mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-22 01:34:56 +02:00
rsasha256 and rsasha512 not enabled by default.
git-svn-id: file:///svn/unbound/trunk@1631 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -227,7 +227,7 @@ main(int argc, char* argv[])
|
||||
while( (c=getopt(argc, argv, "2ho:p:")) != -1) {
|
||||
switch(c) {
|
||||
case '2':
|
||||
#ifdef HAVE_EVP_SHA256
|
||||
#if defined(HAVE_EVP_SHA256) && defined(USE_SHA2)
|
||||
printf("SHA256 supported\n");
|
||||
exit(0);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user