aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-04-10 19:08:45 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-05-13 16:37:51 +0200
commit848f59c37e6d922603ef19d6ece1ce02dcf8eaa6 (patch)
treee9117ee9bd41e9bf3e21f41c2314164b895d6c3a /include
parent0849e44220ec733a3261fe43bd35fd11b9c98036 (diff)
downloadlibssh-848f59c37e6d922603ef19d6ece1ce02dcf8eaa6.tar.gz
libssh-848f59c37e6d922603ef19d6ece1ce02dcf8eaa6.tar.xz
libssh-848f59c37e6d922603ef19d6ece1ce02dcf8eaa6.zip
wrapper.h: Add SSH_DIGEST_SHA384 to ssh_digest_e enum
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/wrapper.h b/include/libssh/wrapper.h
index df415bb5..8857ec7c 100644
--- a/include/libssh/wrapper.h
+++ b/include/libssh/wrapper.h
@@ -33,7 +33,8 @@ enum ssh_digest_e {
SSH_DIGEST_AUTO=0,
SSH_DIGEST_SHA1=1,
SSH_DIGEST_SHA256,
- SSH_DIGEST_SHA512
+ SSH_DIGEST_SHA384,
+ SSH_DIGEST_SHA512,
};
enum ssh_kdf_digest {