NetBSD/lib/libcrypto/sha.inc

13 lines
349 B
PHP
Raw Normal View History

# $NetBSD: sha.inc,v 1.4 2003/07/24 14:16:33 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
2000-07-16 11:16:20 +04:00
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/sha/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/sha
2000-06-21 23:34:22 +04:00
CPPFLAGS+= -I${OPENSSLSRC}/crypto/sha
SRCS+=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c $(SHA1_ASM_OBJ)