]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Dave fixed a typo.
authorHarlan Stenn <stenn@ntp.org>
Tue, 9 Jul 2002 01:47:34 +0000 (21:47 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 9 Jul 2002 01:47:34 +0000 (21:47 -0400)
bk: 3d2a40b6Dmb0o4WNaDHNFxlD3NUzgg

ntpd/ntp_crypto.c

index 17eedd6e0f6786d886b9654be14e46507dfc8f78..d9f21425156256e463e6e0adadde957cfc4fe575 100644 (file)
@@ -1375,7 +1375,7 @@ crypto_verify(
        )
 {
        EVP_PKEY *pkey;         /* server public key */
-       EVP_mD_CTX ctx;         /* signature context */
+       EVP_MD_CTX ctx;         /* signature context */
        tstamp_t tstamp;        /* timestamp */
        tstamp_t fstamp;        /* filestamp */
        u_int   vallen;         /* value length */