]> git.ipfire.org Git - thirdparty/openssl.git/blob - GitConfigure
rsa/rsa_eay.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.
[thirdparty/openssl.git] / GitConfigure
1 #!/bin/sh
2
3 BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5 ./Configure $@ no-symlinks
6 make files
7 util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
8 make -f makefile.$BRANCH init