]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/openssl-compat.h
Import of OpenSSH 5.3p1
[gssapi-openssh.git] / openssh / openbsd-compat / openssl-compat.h
index f08362ff992ad50d74979a4db8d9bba82a597387..099399603ea98a287b6a5548e3c4cf6f57c501e2 100644 (file)
@@ -80,6 +80,10 @@ extern const EVP_CIPHER *evp_acss(void);
 #  define EVP_CIPHER_CTX_cleanup(a)    ssh_EVP_CIPHER_CTX_cleanup((a))
 # endif /* SSH_OLD_EVP */
 
+# ifdef OPENSSL_EVP_DIGESTUPDATE_VOID
+#  define EVP_DigestUpdate(a,b,c)      ssh_EVP_DigestUpdate((a),(b),(c))
+#  endif
+
 # ifdef USE_OPENSSL_ENGINE
 #  ifdef SSLeay_add_all_algorithms
 #   undef SSLeay_add_all_algorithms
This page took 0.040447 seconds and 4 git commands to generate.