Revision 5b38d54753acdabbf6b1d5e15d38ee81fb0612a2 authored by Rich Salz on 02 May 2015, 02:06:07 UTC, committed by Rich Salz on 02 May 2015, 11:55:17 UTC
Use sizeof *foo parameter, to avoid these errors. Reviewed-by: Viktor Dukhovni <viktor@openssl.org> (cherry picked from commit 53ba0a9e91ad203de2943edaf1090ab17ec435fa)
1 parent 6b3a315
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 ...