Merge branch 'bc/csprng-mktemps'
Build fix. * bc/csprng-mktemps: git-compat-util: really support openssl as a source of entropy
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
#include "exec-cmd.h"
|
||||
#include "run-command.h"
|
||||
#include "parse-options.h"
|
||||
#ifdef NO_OPENSSL
|
||||
#if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG)
|
||||
typedef void *SSL;
|
||||
#endif
|
||||
#ifdef USE_CURL_FOR_IMAP_SEND
|
||||
|
Reference in New Issue
Block a user