aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bf
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/bf
parent9239e45ba6c9152694ed7296851be952f617a5b2 (diff)
downloadopenssl-11e4b79a3aa432878b7f855f67f3be2bf34e1a90.tar.gz
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/bf')
-rw-r--r--crypto/bf/bf_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h
index 3ebb145f88..05756b5d3b 100644
--- a/crypto/bf/bf_locl.h
+++ b/crypto/bf/bf_locl.h
@@ -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