mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
In tmp_rsa_cb, new API is in 0.9.8 inclusive, not exclusive
This commit is contained in:
parent
b463d6164a
commit
86c361cdb8
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ tlso_tmp_rsa_cb( SSL *ssl, int is_export, int key_length )
|
|||
RSA *tmp_rsa;
|
||||
/* FIXME: Pregenerate the key on startup */
|
||||
/* FIXME: Who frees the key? */
|
||||
#if OPENSSL_VERSION_NUMBER > 0x00908000
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x00908000
|
||||
BIGNUM *bn = BN_new();
|
||||
tmp_rsa = NULL;
|
||||
if ( bn ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue