Просмотр исходного кода

Add missing openssl/bn.h header.

This fixes the symbol detection for FreeBSD 12.2 / OpenSSL 1.1
Bryan Drewery 2 лет назад
Родитель
Сommit
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>