diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/crypto/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/crypto/crypto.h b/src/vnet/crypto/crypto.h index 9f4c85b36f5..4c9467f272f 100644 --- a/src/vnet/crypto/crypto.h +++ b/src/vnet/crypto/crypto.h @@ -28,6 +28,7 @@ _(AES_256_CBC, "aes-256-cbc") #define foreach_hmac_alg \ + _(MD5, "md5") \ _(SHA1, "sha-1") \ _(SHA224, "sha-224") \ _(SHA256, "sha-256") \ |