aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/build
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-22 15:04:48 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-22 15:04:48 +0000
commit651d0aff98d28e2db146afa1790e9e22f3ef22db (patch)
tree064b04a2d7eddda845048c0278df8bbb068622f5 /crypto/pkcs7/build
parent31b8d8684441e6cd5138832bb1b2ddb10acd6ba6 (diff)
downloadopenssl-651d0aff98d28e2db146afa1790e9e22f3ef22db.tar.gz
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
Diffstat (limited to 'crypto/pkcs7/build')
-rwxr-xr-xcrypto/pkcs7/build5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/pkcs7/build b/crypto/pkcs7/build
deleted file mode 100755
index 05eb70fa4a..0000000000
--- a/crypto/pkcs7/build
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -x
-
-make
-gcc -I../../include -g -o enc enc.c ../../libcrypto.a
-gcc -I../../include -g -o dec dec.c ../../libcrypto.a