mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
remove old api
This commit is contained in:
@@ -73,7 +73,6 @@ size_t hmac_size(const HMAC_CTX *ctx);
|
||||
int hmac_init(HMAC_CTX *ctx, const DIGEST *digest, const unsigned char *key, size_t keylen);
|
||||
int hmac_update(HMAC_CTX *ctx, const unsigned char *data, size_t datalen);
|
||||
int hmac_finish(HMAC_CTX *ctx, unsigned char *mac, size_t *maclen);
|
||||
int hmac_reset(HMAC_CTX *ctx);
|
||||
|
||||
int hmac(const DIGEST *md, const unsigned char *key, size_t keylen,
|
||||
const unsigned char *data, size_t dlen,
|
||||
|
||||
Reference in New Issue
Block a user