summaryrefslogtreecommitdiff
path: root/schnorr.c
diff options
context:
space:
mode:
authordtucker <dtucker>2009-03-07 01:01:47 +0000
committerdtucker <dtucker>2009-03-07 01:01:47 +0000
commit6914f8ca31122079efe7daef193cbf9c1dd53a3d (patch)
tree84875275c5013035f627b5d58598205d415caa31 /schnorr.c
parente1c34e4e818bc7329f668b156aec781bfa241037 (diff)
downloadopenssh-6914f8ca31122079efe7daef193cbf9c1dd53a3d.tar.gz
- (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c to use them. Allows building with older OpenSSL versions.
Diffstat (limited to 'schnorr.c')
-rw-r--r--schnorr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/schnorr.c b/schnorr.c
index 7b97b556..c17ff324 100644
--- a/schnorr.c
+++ b/schnorr.c
@@ -42,6 +42,8 @@
#include "schnorr.h"
+#include "openbsd-compat/openssl-compat.h"
+
/* #define SCHNORR_DEBUG */ /* Privacy-violating debugging */
/* #define SCHNORR_MAIN */ /* Include main() selftest */