Commit 21337f47 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove the warning for a lacking crypto lib since it migth just be a gnutls

build...
parent 53a8e565
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -836,10 +836,7 @@ if test X"$OPT_SSL" != Xno; then
    ])


  if test X"$HAVECRYPTO" != X"yes"; then
      AC_MSG_WARN([crypto lib was not found; SSL will be disabled])

  else
  if test X"$HAVECRYPTO" = X"yes"; then
    dnl This is only reasonable to do if crypto actually is there: check for
    dnl SSL libs NOTE: it is important to do this AFTER the crypto lib