This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openssl
Watch
2
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2024-11-27 05:21:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bc5f2740d2
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 22:48:25 +08: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-24 06:13:45 +08:00
#
include
<openssl/opensslconf.h>
Move all autogenerated header file parts to crypto/opensslconf.h.
1999-04-22 01:31:05 +08:00
#
endif
Reference in New Issue
Copy Permalink