Add ctrl and macro so we can determine if peer support secure renegotiation.
[openssl.git] / shlib / svr5-shared-gcc.sh
index b36a0375a68774ffa2ea5b25667bea338526dc30..c5d0cc56ace48759d71e1d094b39baff008f61fd 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/sh
 
 major="0"
-minor="9.7"
+minor="9.7b"
 
 slib=libssl
 sh_slib=$slib.so.$major.$minor
@@ -9,7 +9,7 @@ sh_slib=$slib.so.$major.$minor
 clib=libcrypto
 sh_clib=$clib.so.$major.$minor
 
-FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread
+FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread"
 SHFLAGS="-DPIC -fPIC"
 
 touch $sh_clib