summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/rc4_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-14 14:48:25 +0000
committerBodo Möller <bodo@openssl.org>1999-06-14 14:48:25 +0000
commit11e4b79a3aa432878b7f855f67f3be2bf34e1a90 (patch)
tree960168543e1591bed9cdc6b33289aacbe5666b13 /crypto/rc4/rc4_locl.h
parent9239e45ba6c9152694ed7296851be952f617a5b2 (diff)
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>
Diffstat (limited to 'crypto/rc4/rc4_locl.h')
-rw-r--r--crypto/rc4/rc4_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/rc4/rc4_locl.h b/crypto/rc4/rc4_locl.h
index 0448b06f25..3bb80b6ce9 100644
--- a/crypto/rc4/rc4_locl.h
+++ b/crypto/rc4/rc4_locl.h
@@ -1,4 +1,4 @@
-#ifndef _HEADER_RC4_LOCL_H
-#define _HEADER_RC4_LOCL_H
+#ifndef HEADER_RC4_LOCL_H
+#define HEADER_RC4_LOCL_H
#include <openssl/opensslconf.h>
#endif