X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr.h;h=0ef83d5ead95390b397eb3a4319d82684804e82f;hb=f3c751067a696e0774a56800caa5a8793f0a608d;hp=c7b3921037e8ed6be0f4af839adf79b23ba27006;hpb=a9be3af5ad4836f7e50f0546311ca90c717b861e;p=oweals%2Fopenssl.git diff --git a/crypto/err/err.h b/crypto/err/err.h index c7b3921037..0ef83d5ead 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -235,7 +235,7 @@ void ERR_print_errors_fp(FILE *fp); #endif #ifdef HEADER_BIO_H void ERR_print_errors(BIO *bp); -void ERR_add_error_data( VAR_PLIST( int, num ) ); +void ERR_add_error_data(int num, ...); #endif void ERR_load_strings(int lib,ERR_STRING_DATA str[]); void ERR_load_ERR_strings(void );