NetBSD/lib/libcrypto/sha.inc
itojun 015dc7875b accelerate sha1 by using asm (i386). markus@openbsd.
there's internal symbol name changes, but it does not warrant shlib minor
bump as the symbol is totally internal.
2003-11-13 02:10:00 +00:00

13 lines
333 B
PHP

# $NetBSD: sha.inc,v 1.5 2003/11/13 02:10:00 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/sha/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/sha
CPPFLAGS+= -I${OPENSSLSRC}/crypto/sha
SRCS+=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c