aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bf/bf_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/bf_locl.h')
-rw-r--r--crypto/bf/bf_locl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h
index 9448aed424..fe2c9db9e0 100644
--- a/crypto/bf/bf_locl.h
+++ b/crypto/bf/bf_locl.h
@@ -58,7 +58,8 @@
#ifndef HEADER_BF_LOCL_H
# define HEADER_BF_LOCL_H
-# include <openssl/opensslconf.h>/* BF_PTR, BF_PTR2 */
+# include <openssl/opensslconf.h>
+# include "internal/bf_conf.h"
# undef c2l
# define c2l(c,l) (l =((unsigned long)(*((c)++))) , \