From: Harlan Stenn Date: Wed, 22 Apr 2015 17:33:08 +0000 (+0000) Subject: Fix typo in patch for bug 2776 X-Git-Tag: NTP_4_3_17~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664c7c469c2a2603e40ec33b8aaa9500467a5f31;p=thirdparty%2Fntp.git Fix typo in patch for bug 2776 bk: 5537db54ZxztrVGJ6IRmvGgI5d0WqQ --- diff --git a/ntpq/ntpq.c b/ntpq/ntpq.c index fbace0ad1..2cece7eb7 100644 --- a/ntpq/ntpq.c +++ b/ntpq/ntpq.c @@ -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 * ));