new openssl

This commit is contained in:
christos 2008-05-09 21:55:30 +00:00
parent d4e5a8360c
commit da16318f7a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2007/05/28 12:06:29 tls Exp $
# $NetBSD: Makefile,v 1.26 2008/05/09 21:55:30 christos Exp $
NOMAN= # defined
@ -7,7 +7,7 @@ NOMAN= # defined
USE_FORT?= yes # cryptographic software
# RCSid:
# $Id: Makefile,v 1.25 2007/05/28 12:06:29 tls Exp $
# $Id: Makefile,v 1.26 2008/05/09 21:55:30 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -28,7 +28,7 @@ WARNS=0
PROG= openssl
SRCS= openssl.c
SRCS+= apps.c ecparam.c ec.c
SRCS+= apps.c ecparam.c ec.c pkeyparam.c genpkey.c pkey.c pkeyutl.c ts.c cms.c
SRCS+= s_cb.c s_socket.c
SRCS+= app_rand.c
SRCS+= verify.c asn1pars.c req.c dgst.c dh.c dhparam.c enc.c passwd.c gendh.c errstr.c ca.c \