]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix typo in patch for bug 2776
authorHarlan Stenn <stenn@ntp.org>
Wed, 22 Apr 2015 17:33:08 +0000 (17:33 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 22 Apr 2015 17:33:08 +0000 (17:33 +0000)
bk: 5537db54ZxztrVGJ6IRmvGgI5d0WqQ

ntpq/ntpq.c

index fbace0ad1dd9639d022d5676775dcbb0a1fc7a2b..2cece7eb7f1930564d94d9ae4d16bfa0e902fda1 100644 (file)
@@ -3533,7 +3533,7 @@ static char *list_digest_names(void)
     char *list = NULL;
 
 #ifdef OPENSSL
-# ifdef HAVE)EVP_MD_DO_ALL_SORTED
+# ifdef HAVE_EVP_MD_DO_ALL_SORTED
     struct hstate hstate = { NULL, NULL, K_PER_LINE+1 };
 
     hstate.seen = (const char **)calloc(1, sizeof( const char * ));