summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/build
diff options
context:
space:
mode:
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