diff options
author | dtucker <dtucker> | 2009-03-07 01:01:47 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2009-03-07 01:01:47 +0000 |
commit | 6914f8ca31122079efe7daef193cbf9c1dd53a3d (patch) | |
tree | 84875275c5013035f627b5d58598205d415caa31 /schnorr.c | |
parent | e1c34e4e818bc7329f668b156aec781bfa241037 (diff) | |
download | openssh-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |