update crypto

This commit is contained in:
Zhi Guan
2017-03-08 15:02:42 +08:00
parent 4d84dd7557
commit 002096751c
29 changed files with 1062 additions and 134 deletions

View File

@@ -116,3 +116,13 @@ int GMAPI_sgd2mdnid(int sgd)
return 0;
}
int EVP_MD_sgd(const EVP_MD *md)
{
return 0;
}
int EVP_CIPHER_sgd(const EVP_CIPHER *cipher)
{
return 0;
}