aboutsummaryrefslogtreecommitdiffstats
path: root/SoftHSMv2/modules/tests/test_openssl_rfc5649.c
diff options
context:
space:
mode:
Diffstat (limited to 'SoftHSMv2/modules/tests/test_openssl_rfc5649.c')
-rw-r--r--SoftHSMv2/modules/tests/test_openssl_rfc5649.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/SoftHSMv2/modules/tests/test_openssl_rfc5649.c b/SoftHSMv2/modules/tests/test_openssl_rfc5649.c
new file mode 100644
index 0000000..17d63ba
--- /dev/null
+++ b/SoftHSMv2/modules/tests/test_openssl_rfc5649.c
@@ -0,0 +1,6 @@
+#include <openssl/evp.h>
+int main()
+{
+ EVP_aes_128_wrap_pad();
+ return 0;
+}