mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
11 lines
313 B
C
11 lines
313 B
C
--- usr/sbin/pkcsconf/pkcsconf.c.orig 2018-11-16 14:53:03 UTC
|
|
+++ usr/sbin/pkcsconf/pkcsconf.c
|
|
@@ -530,6 +530,8 @@ CK_RV display_pkcs11_info(void)
|
|
printf("\tLibrary Version %d.%d \n", CryptokiInfo.libraryVersion.major,
|
|
CryptokiInfo.libraryVersion.minor);
|
|
|
|
+ cleanup();
|
|
+
|
|
return rc;
|
|
}
|
|
|