diff options
author | djm <> | 2008-09-06 12:17:54 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 12:17:54 +0000 |
commit | 38ce604e3cc97706b876b0525ddff0121115456d (patch) | |
tree | 7ccc28afe1789ea3dbedf72365f955d5b8e105b5 /src/lib/libcrypto/rc4/rc4.h | |
parent | 12867252827c8efaa8ddd1fa3b3d6e321e2bcdef (diff) | |
download | openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.gz openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.bz2 openbsd-38ce604e3cc97706b876b0525ddff0121115456d.zip |
resolve conflicts
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4.h')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/rc4/rc4.h b/src/lib/libcrypto/rc4/rc4.h index ae0cea75b8..7aec04fe93 100644 --- a/src/lib/libcrypto/rc4/rc4.h +++ b/src/lib/libcrypto/rc4/rc4.h | |||
@@ -59,12 +59,11 @@ | |||
59 | #ifndef HEADER_RC4_H | 59 | #ifndef HEADER_RC4_H |
60 | #define HEADER_RC4_H | 60 | #define HEADER_RC4_H |
61 | 61 | ||
62 | #include <openssl/opensslconf.h> /* OPENSSL_NO_RC4, RC4_INT */ | ||
62 | #ifdef OPENSSL_NO_RC4 | 63 | #ifdef OPENSSL_NO_RC4 |
63 | #error RC4 is disabled. | 64 | #error RC4 is disabled. |
64 | #endif | 65 | #endif |
65 | 66 | ||
66 | #include <openssl/opensslconf.h> /* RC4_INT */ | ||
67 | |||
68 | #ifdef __cplusplus | 67 | #ifdef __cplusplus |
69 | extern "C" { | 68 | extern "C" { |
70 | #endif | 69 | #endif |
@@ -77,9 +76,6 @@ typedef struct rc4_key_st | |||
77 | 76 | ||
78 | 77 | ||
79 | const char *RC4_options(void); | 78 | const char *RC4_options(void); |
80 | #ifdef OPENSSL_FIPS | ||
81 | void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); | ||
82 | #endif | ||
83 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); | 79 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); |
84 | void RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata, | 80 | void RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata, |
85 | unsigned char *outdata); | 81 | unsigned char *outdata); |