diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4test.c')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/rc4test.c b/src/lib/libcrypto/rc4/rc4test.c index 3914eb6c38..a28d457c8d 100644 --- a/src/lib/libcrypto/rc4/rc4test.c +++ b/src/lib/libcrypto/rc4/rc4test.c | |||
@@ -60,7 +60,7 @@ | |||
60 | #include <stdlib.h> | 60 | #include <stdlib.h> |
61 | #include <string.h> | 61 | #include <string.h> |
62 | 62 | ||
63 | #ifdef NO_RC4 | 63 | #ifdef OPENSSL_NO_RC4 |
64 | int main(int argc, char *argv[]) | 64 | int main(int argc, char *argv[]) |
65 | { | 65 | { |
66 | printf("No RC4 support\n"); | 66 | printf("No RC4 support\n"); |