Update SoftHSM v2.0 to the latest version
[aaf/sshsm.git] / SoftHSMv2 / modules / tests / test_openssl_rfc3394.c
diff --git a/SoftHSMv2/modules/tests/test_openssl_rfc3394.c b/SoftHSMv2/modules/tests/test_openssl_rfc3394.c
new file mode 100644 (file)
index 0000000..97343ee
--- /dev/null
@@ -0,0 +1,7 @@
+#include <openssl/evp.h>
+int main()
+{
+        EVP_aes_128_wrap();
+        return 0;
+}
+