Revision a269e5f09a6e8f5b7a1f5ab92a90a41e61631e74 authored by Rich Salz on 28 September 2016, 18:39:32 UTC, committed by Rich Salz on 28 September 2016, 18:39:32 UTC
This reverts commit 4badd2b3c29c2c6c551c737c07a429a53d9d1a0d. This fails to call ENGINE_finish; an alternate fix is coming. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
1 parent 4badd2b
GitConfigure
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
./Configure $@ no-symlinks
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
make -f makefile.$BRANCH init

Computing file changes ...