]> git.ipfire.org Git - thirdparty/openssl.git/blame - GitConfigure
Check PKCS#8 pkey field is valid before cleansing.
[thirdparty/openssl.git] / GitConfigure
CommitLineData
9fc3ebda
BL
1#!/bin/sh
2
3BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5./Configure $@ no-symlinks
6make files
7util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
63116812
BL
8MAKE=make
9which bsdmake > /dev/null && MAKE=bsdmake
10$MAKE -f makefile.$BRANCH init