From: Martin Burnicki Date: Thu, 16 Apr 2020 15:50:44 +0000 (+0200) Subject: Enable openSSL CMAC support on Windows. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03951d41afee8eebb6bca562d78b568514745aa;p=thirdparty%2Fntp.git Enable openSSL CMAC support on Windows. bk: 5e987ed4eY-DEydQFcDM_2SpjZ9d-A --- diff --git a/ChangeLog b/ChangeLog index 35d5d36c2..ea75dcff8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +* [Bug 3664] Enable openSSL CMAC support on Windows. + --- (4.2.8p14) 2020/03/03 Released by Harlan Stenn diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index 57b9f7fe7..6f70bd3ce 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -259,6 +259,8 @@ typedef int socklen_t; #ifdef OPENSSL # define USE_OPENSSL_CRYPTO_RAND 1 # define AUTOKEY +# define HAVE_OPENSSL_CMAC_H +# define ENABLE_CMAC #endif extern void arc4random_buf(void *buf, size_t nbytes);