Skip to content

Commit b396266

Browse files
committed
add header for pkcs functions
1 parent ee8030e commit b396266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module OpenSSL [system] {
2525
header "/usr/include/openssl/sha.h"
2626
header "/usr/include/openssl/hmac.h"
2727
header "/usr/include/openssl/rand.h"
28+
header "/usr/include/openssl/pkcs12.h"
2829
link "ssl"
2930
link "crypto"
3031
}

0 commit comments

Comments
 (0)