X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_err2.c;h=ea95a5f983c1e9d26c60c30f0d05d9d7aaa2ea75;hp=a159fbb7cd8f01d6c299b8a54f78c845d86e693d;hb=a5ee80b910089b8ce3b56d29822f4ded576cce8a;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86 diff --git a/ssl/ssl_err2.c b/ssl/ssl_err2.c index a159fbb7cd..ea95a5f983 100644 --- a/ssl/ssl_err2.c +++ b/ssl/ssl_err2.c @@ -1,5 +1,5 @@ /* ssl/ssl_err2.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -57,12 +57,12 @@ */ #include -#include "err.h" -#include "ssl.h" +#include +#include -void SSL_load_error_strings() +void SSL_load_error_strings(void) { -#ifndef NO_ERR +#ifndef OPENSSL_NO_ERR ERR_load_crypto_strings(); ERR_load_SSL_strings(); #endif