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:
Wouter Wijngaards
2009-06-02 09:04:16 +00:00
parent 71b6537666
commit 4b449309e5
8 changed files with 71 additions and 32 deletions
+1 -1
View File
@@ -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