This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cf1b7d9664
openssl
/
crypto
/
rc4
/
rc4_locl.h
5 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...; opensslconf.h always expects HEADER_... (no leading underscore). Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-06-14 14:48:25 +00:00
#
ifndef HEADER_RC4_LOCL_H
#
define HEADER_RC4_LOCL_H
Change #include filenames from <foo.h> to <openssl.h>. Submitted by: Reviewed by: PR:
1999-04-23 22:13:45 +00:00
#
include
<openssl/opensslconf.h>
Move all autogenerated header file parts to crypto/opensslconf.h.
1999-04-21 17:31:05 +00:00
#
endif
Reference in a new issue
Copy permalink