Add missing include of cryptlib.h
Also use "" not <> for all include cryptlib Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4082)
This commit is contained in:
parent
c57c32a8b1
commit
5f8dd0f849
6 changed files with 6 additions and 5 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <openssl/md5.h>
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/rand.h>
|
||||
#include "internal/cryptlib.h"
|
||||
|
||||
#define SSL3_NUM_CIPHERS OSSL_NELEM(ssl3_ciphers)
|
||||
#define SSL3_NUM_SCSVS OSSL_NELEM(ssl3_scsvs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue