From 80fdcf78c0c8170e84bb7d540046b06b099c21e0 Mon Sep 17 00:00:00 2001 From: turan Date: Fri, 11 Feb 2000 17:17:43 +0000 Subject: [PATCH] fix quotes, still marked broken --- security/pgplib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/pgplib/Makefile b/security/pgplib/Makefile index 7c285b5c01d..b3e6d34f798 100644 --- a/security/pgplib/Makefile +++ b/security/pgplib/Makefile @@ -3,9 +3,9 @@ # Date created: September 28, 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.3 1999/11/03 01:22:54 turan Exp $ +# $OpenBSD: Makefile,v 1.4 2000/02/11 17:17:43 turan Exp $ -BROKEN= rsa_enc.o: Undefined symbol `_RAND_bytes' referenced from text segment +BROKEN= rsa_enc.o: Undefined symbol _RAND_bytes referenced from text segment DISTNAME= PGPlib-1.1 PKGNAME= PGPlib