summaryrefslogtreecommitdiff
path: root/libavutil/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/hmac.h')
-rw-r--r--libavutil/hmac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/hmac.h b/libavutil/hmac.h
index 28c2062b1b..1ed56269cb 100644
--- a/libavutil/hmac.h
+++ b/libavutil/hmac.h
@@ -32,6 +32,8 @@
enum AVHMACType {
AV_HMAC_MD5,
AV_HMAC_SHA1,
+ AV_HMAC_SHA224,
+ AV_HMAC_SHA256,
};
typedef struct AVHMAC AVHMAC;