update sm9

This commit is contained in:
Zhi Guan
2017-05-20 17:09:04 +08:00
parent 3c4cf814b4
commit 8110b4ebd6
3 changed files with 5 additions and 0 deletions

View File

@@ -47,8 +47,10 @@
* ====================================================================
*/
#include <string.h>
#include <openssl/err.h>
#include <openssl/sm9.h>
#include <openssl/ec_type1.h>
#include "sm9_lcl.h"

View File

@@ -47,8 +47,10 @@
* ====================================================================
*/
#include <string.h>
#include <openssl/err.h>
#include <openssl/sm9.h>
#include <openssl/bn_hash.h>
#include "sm9_lcl.h"
int SM9_hash1(const EVP_MD *md, BIGNUM **r,

View File

@@ -47,6 +47,7 @@
* ====================================================================
*/
#include <string.h>
#include <openssl/err.h>
#include <openssl/sm9.h>
#include <openssl/ec.h>