diff options
Diffstat (limited to 'src/lib/libcrypto/engine/hw_ubsec.c')
-rw-r--r-- | src/lib/libcrypto/engine/hw_ubsec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/hw_ubsec.c b/src/lib/libcrypto/engine/hw_ubsec.c index 5234a08a07..8fb834af31 100644 --- a/src/lib/libcrypto/engine/hw_ubsec.c +++ b/src/lib/libcrypto/engine/hw_ubsec.c | |||
@@ -454,6 +454,7 @@ static int ubsec_init(ENGINE *e) | |||
454 | err: | 454 | err: |
455 | if(ubsec_dso) | 455 | if(ubsec_dso) |
456 | DSO_free(ubsec_dso); | 456 | DSO_free(ubsec_dso); |
457 | ubsec_dso = NULL; | ||
457 | p_UBSEC_ubsec_bytes_to_bits = NULL; | 458 | p_UBSEC_ubsec_bytes_to_bits = NULL; |
458 | p_UBSEC_ubsec_bits_to_bytes = NULL; | 459 | p_UBSEC_ubsec_bits_to_bytes = NULL; |
459 | p_UBSEC_ubsec_open = NULL; | 460 | p_UBSEC_ubsec_open = NULL; |