mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-25 01:36:32 +08:00
Update src
This commit is contained in:
@@ -47,11 +47,14 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <gmssl/md5.h>
|
||||
#include "endian.h"
|
||||
#include <gmssl/version.h>
|
||||
|
||||
int gmssl_version_num(void)
|
||||
{
|
||||
return GMSSL_VERSION_NUM;
|
||||
}
|
||||
|
||||
const char *gmssl_version(void)
|
||||
{
|
||||
return "GmSSL 3.0 alpha";
|
||||
return GMSSL_VERSION_STR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user