1
0
Эх сурвалжийг харах

Add missing openssl/bn.h header.

This fixes the symbol detection for FreeBSD 12.2 / OpenSSL 1.1
Bryan Drewery 2 жил өмнө
parent
commit
974946123c
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/libcrypto.h

+ 1 - 0
src/libcrypto.h

@@ -10,6 +10,7 @@
 #include <openssl/crypto.h>
 #include <openssl/aes.h>
 #include <openssl/blowfish.h>
+#include <openssl/bn.h>
 #include <openssl/md5.h>
 #include <openssl/sha.h>
 #include <openssl/err.h>