16 lines
390 B
PHP
16 lines
390 B
PHP
|
# $NetBSD: rsa.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
|
||
|
#
|
||
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
||
|
#
|
||
|
# SRCS extracted from /usr/src/openssl/crypto/rsa/Makefile.ssl
|
||
|
#
|
||
|
|
||
|
.PATH: ${PATENTEDOPENSSLSRC}/crypto/rsa
|
||
|
|
||
|
CPPFLAGS+= -I${PATENTEDOPENSSLSRC}/crypto/rsa
|
||
|
|
||
|
SRCS+= rsa_chk.c 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
|
||
|
|
||
|
|