net.openssl: update custom missing headers message

pull/6640/head
Delyan Angelov 2020-10-17 19:30:47 +03:00
parent dea8662d6b
commit 9309a07438
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module openssl
// Brew
#flag darwin -I/usr/local/opt/openssl/include
#flag darwin -L/usr/local/opt/openssl/lib
#include <openssl/rand.h> # Please install OpenSSL
#include <openssl/rand.h> # Please install OpenSSL development headers
#include <openssl/ssl.h>
#include <openssl/err.h>