Commit f415e9a
committed
CCBC-1596: Fix deprecation warning from OpenSSL
src/ssl/ssl_common.c:348:29: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations]
ERR_func_error_string(err), ERR_reason_error_string(err));
^
/usr/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
^
Change-Id: I121fdee47810fe724b34cb2819e84c35f1c5191b
Reviewed-on: https://review.couchbase.org/c/libcouchbase/+/190109
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Brett Lawson <brett19@gmail.com>1 parent c043822 commit f415e9a
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
324 | 329 | | |
325 | 330 | | |
326 | 331 | | |
| |||
340 | 345 | | |
341 | 346 | | |
342 | 347 | | |
343 | | - | |
| 348 | + | |
344 | 349 | | |
345 | 350 | | |
346 | 351 | | |
| |||
351 | 356 | | |
352 | 357 | | |
353 | 358 | | |
354 | | - | |
| 359 | + | |
355 | 360 | | |
356 | 361 | | |
357 | 362 | | |
| |||
0 commit comments