diff options
| author | djm <> | 2012-10-13 21:25:14 +0000 |
|---|---|---|
| committer | djm <> | 2012-10-13 21:25:14 +0000 |
| commit | 942650cdef05a877200cb7aff3a075935a5fd0cd (patch) | |
| tree | 281e0a29ae8f87a8c47fbd4deaa1f3d48b8cc5c1 /src/lib/libcrypto/err/err.h | |
| parent | 37f091539f73e1650c83acd0c78677ef48c209a6 (diff) | |
| download | openbsd-942650cdef05a877200cb7aff3a075935a5fd0cd.tar.gz openbsd-942650cdef05a877200cb7aff3a075935a5fd0cd.tar.bz2 openbsd-942650cdef05a877200cb7aff3a075935a5fd0cd.zip | |
resolve conflicts
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/err/err.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/err/err.h b/src/lib/libcrypto/err/err.h index b9f8c16d47..974cc9cc6f 100644 --- a/src/lib/libcrypto/err/err.h +++ b/src/lib/libcrypto/err/err.h | |||
| @@ -344,8 +344,9 @@ void ERR_print_errors_fp(FILE *fp); | |||
| 344 | #endif | 344 | #endif |
| 345 | #ifndef OPENSSL_NO_BIO | 345 | #ifndef OPENSSL_NO_BIO |
| 346 | void ERR_print_errors(BIO *bp); | 346 | void ERR_print_errors(BIO *bp); |
| 347 | void ERR_add_error_data(int num, ...); | ||
| 348 | #endif | 347 | #endif |
| 348 | void ERR_add_error_data(int num, ...); | ||
| 349 | void ERR_add_error_vdata(int num, va_list args); | ||
| 349 | void ERR_load_strings(int lib,ERR_STRING_DATA str[]); | 350 | void ERR_load_strings(int lib,ERR_STRING_DATA str[]); |
| 350 | void ERR_unload_strings(int lib,ERR_STRING_DATA str[]); | 351 | void ERR_unload_strings(int lib,ERR_STRING_DATA str[]); |
| 351 | void ERR_load_ERR_strings(void); | 352 | void ERR_load_ERR_strings(void); |
