Fix quoting error in SRP printf
authorAndy Isaacson <adi@hexapodia.org>
Fri, 22 Jan 2016 20:06:21 +0000 (15:06 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 22 Jan 2016 20:06:21 +0000 (15:06 -0500)
commit44fdf1c23dbc943b747f4ee5609ef98414621e4a
tree063a6a295e99bba619a046c14f18d9c0ad77a5c0
parenta6099d4fd9629f4ee3956130c13d7ab1e32174e6
Fix quoting error in SRP printf

The code is trying to interpolate the value of the BASE_SECTION macro,
but due to excess escaping, it instead prints the string "BASE_SECTION".

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
apps/srp.c