Skip to content

Commit 06c1dd2

Browse files
authored
Added rsa.h to access RSA functionality.
1 parent 6ee2b88 commit 06c1dd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shim.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <openssl/md4.h>
2323
#include <openssl/md5.h>
2424
#include <openssl/sha.h>
25+
#include <openssl/rsa.h>
2526
#include <openssl/hmac.h>
2627
#include <openssl/rand.h>
2728

0 commit comments

Comments
 (0)