mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-06 11:53:39 +08:00
Merge p256/p384keygen to eckeygen
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
int gmssl_read_password(const char *prompt, char *pass, size_t passlen);
|
||||
int gmssl_read_password(const char *prompt, char *pass, size_t passlen, int do_confirm);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -18,7 +18,7 @@ extern "C" {
|
||||
|
||||
|
||||
#define GMSSL_VERSION_NUM 30300
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.3.0-dev.1182"
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.3.0-dev.1183"
|
||||
|
||||
int gmssl_version_num(void);
|
||||
const char *gmssl_version_str(void);
|
||||
|
||||
Reference in New Issue
Block a user