This commit was generated by cvs2svn to track changes on a CVS vendor
[openssl.git] / crypto / pkcs7 / build
1 #!/bin/sh -x
2
3 make
4 gcc -I../../include -g -o enc enc.c ../../libcrypto.a
5 gcc -I../../include -g -o dec dec.c ../../libcrypto.a