13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
$OpenBSD: patch-Crypto_samples_genrsakey_Makefile,v 1.1 2013/08/16 10:05:55 sthen Exp $
|
|
--- Crypto/samples/genrsakey/Makefile.orig Tue Mar 19 20:25:40 2013
|
|
+++ Crypto/samples/genrsakey/Makefile Tue Mar 19 20:25:43 2013
|
|
@@ -8,7 +8,7 @@
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
-SYSLIBS += -lssl -lcrypto -lz -ldl
|
|
+SYSLIBS += -lssl -lcrypto -lz
|
|
|
|
objects = genrsakey
|
|
|