Removed unnecessary line.

This commit is contained in:
Alessio Di Mauro
2015-08-19 16:21:40 +02:00
parent bb4ed22315
commit cd1e67021d
-1
View File
@@ -355,7 +355,6 @@ CK_RV do_encode_rsa_public_key(CK_BYTE_PTR data, CK_ULONG len, RSA **key) {
return CKR_OK; return CKR_OK;
} }
#include <openssl/err.h>
CK_RV do_get_curve_parameters(EVP_PKEY *key, CK_BYTE_PTR data, CK_ULONG_PTR len) { CK_RV do_get_curve_parameters(EVP_PKEY *key, CK_BYTE_PTR data, CK_ULONG_PTR len) {