mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove unused variable
Reviewed-By: Felipe Volpone <fbarreto@redhat.com>
This commit is contained in:
committed by
Tomas Krizek
parent
79378c9051
commit
c14aa6cdac
@@ -131,7 +131,7 @@ NCONF_get_string = _libcrypto.NCONF_get_string
|
|||||||
try:
|
try:
|
||||||
sk_num = _libcrypto.OPENSSL_sk_num
|
sk_num = _libcrypto.OPENSSL_sk_num
|
||||||
sk_value = _libcrypto.OPENSSL_sk_value
|
sk_value = _libcrypto.OPENSSL_sk_value
|
||||||
except AttributeError as e:
|
except AttributeError:
|
||||||
sk_num = _libcrypto.sk_num
|
sk_num = _libcrypto.sk_num
|
||||||
sk_value = _libcrypto.sk_value
|
sk_value = _libcrypto.sk_value
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user