NetBSD/lib/libcrypto/rsa.inc

16 lines
418 B
PHP
Raw Normal View History

2000-07-16 11:16:20 +04:00
# $NetBSD: rsa.inc,v 1.3 2000/07/16 07:16:24 mrg 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/rsa/Makefile.ssl
#
2000-06-16 10:16:37 +04:00
.PATH: ${OPENSSLSRC}/crypto/rsa
2000-06-16 10:16:37 +04:00
CPPFLAGS+= -I${OPENSSLSRC}/crypto/rsa
2000-07-16 11:16:20 +04:00
SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c