diff --git a/Makefile b/Makefile index 5c078f907a..6afcb3e867 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ ifdef PPC_SHA1 LIB_OBJS += ppc/sha1.o ppc/sha1ppc.o else SHA1_HEADER= - LIBS += -lssl + LIBS += -lcrypto endif endif