Add sdf and skf options

This commit is contained in:
Zhi Guan
2019-01-02 21:09:41 +08:00
parent 7f6165a3f9
commit 8f54e70ada
10 changed files with 5616 additions and 5420 deletions

View File

@@ -19,6 +19,9 @@
#include "internal/asn1_int.h"
#include "internal/evp_int.h"
#include "ec_lcl.h"
#ifndef OPENSSL_NO_SM2
# include <openssl/sm2.h>
#endif
#ifndef OPENSSL_NO_CMS
static int ecdh_cms_decrypt(CMS_RecipientInfo *ri);