Latest update (add quic)
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#include "internal/dso.h"
|
||||
#include <openssl/engineerr.h>
|
||||
#include <openssl/uierr.h>
|
||||
#include <openssl/httperr.h>
|
||||
#include <openssl/ocsperr.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/tserr.h>
|
||||
@@ -86,7 +85,6 @@ int err_load_crypto_strings_int(void)
|
||||
# ifndef OPENSSL_NO_ENGINE
|
||||
ERR_load_ENGINE_strings() == 0 ||
|
||||
# endif
|
||||
ERR_load_HTTP_strings() == 0 ||
|
||||
# ifndef OPENSSL_NO_OCSP
|
||||
ERR_load_OCSP_strings() == 0 ||
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user