代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/181751/9238754
h pki_pkcs12.h
/*
* Copyright (C) 2001 Christian Hohnstaedt.
*
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t
www.eeworm.com/read/355288/10280287
mingw makefile.src.mingw
## Compiler, linker, and lib stuff
## Makefile for use with MinGW GCC/Win32 executable.
##
## ----------------------------------------------------
## USAGE:
## You can type either
## mingw32-m
www.eeworm.com/read/355288/10280991
c test.c
/* Unit testing.
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/299228/7871871
mingw makefile.src.mingw
## Compiler, linker, and lib stuff
## Makefile for use with MinGW GCC/Win32 executable.
##
## ----------------------------------------------------
## USAGE:
## You can type either
## mingw32-m
www.eeworm.com/read/299228/7872939
c test.c
/* Unit testing.
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/296488/8099479
makefile
include ../port/port.mk
#--------------------------------------------------------------------
LIBOBJS = spnklog.o spnkbase64.o spnkini.o spnkfile.o spnkstr.o \
spnktime.o \
spnksocket.o spnklis
www.eeworm.com/read/329507/12950714
c crypto.c
/*
* WPA Supplicant / wrapper functions for libcrypto
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/240158/13234206
dj makefile.dj
#
# Adapted for djgpp / Watt-32 / DOS by
# Gisle Vanem
#
include ../../packages/DOS/common.dj
CFLAGS += -I../../include -DFALSE=0 -DTRUE=1
LIBS = ../../lib/libcurl.a
ifeq ($(USE
www.eeworm.com/read/310813/13643343
makefile
#
# crypto/aes/Makefile
#
DIR= aes
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
AES_ASM_OBJ=aes_core.o aes_cbc.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES)
www.eeworm.com/read/306718/13739721
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__D