Revision 4d6fe78f65be650c84e14777c90e7a088f7a44ce authored by Viktor Dukhovni on 16 January 2016, 17:57:24 UTC, committed by Viktor Dukhovni on 17 January 2016, 21:58:48 UTC
While empty inputs to SSL_set1_host() clear the reference identifier
list.

(cherry-picked from 1.1.0-dev)

Reviewed-by: Rich Salz <rsalz@openssl.org>
1 parent 15debc1
Raw File
GitMake
#!/bin/sh

BRANCH=`git rev-parse --abbrev-ref HEAD`

make -f makefile.$BRANCH $@
back to top