rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;
authorBodo Möller <bodo@openssl.org>
Mon, 14 Jun 1999 14:48:25 +0000 (14:48 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 14 Jun 1999 14:48:25 +0000 (14:48 +0000)
opensslconf.h always expects HEADER_... (no leading underscore).

Submitted by: Andy Polyakov <appro@fy.chalmers.se>

crypto/bf/bf_locl.h
crypto/rc4/rc4_locl.h

index 3ebb145f88b3cc756c434adc67e6af77ee73871c..05756b5d3b654629cc30d35be176c2b93bca2cef 100644 (file)
@@ -56,8 +56,8 @@
  * [including the GNU Public Licence.]
  */
 
-#ifndef _HEADER_BF_LOCL_H
-#define _HEADER_BF_LOCL_H
+#ifndef HEADER_BF_LOCL_H
+#define HEADER_BF_LOCL_H
 #include <openssl/opensslconf.h> /* BF_PTR, BF_PTR2 */
 
 #undef c2l
index 0448b06f254725b1eed7ae72f765a6d6bb25edca..3bb80b6ce9e07b85b6043996918d9049725626a3 100644 (file)
@@ -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