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