Use #error in openssl/srp.h
authorRich Salz <rsalz@akamai.com>
Thu, 14 May 2015 19:21:36 +0000 (15:21 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 15 May 2015 12:16:21 +0000 (08:16 -0400)
commit857048a7f339913fc4e510ddf033878850c655cd
treecb6af69094c972288773c36bc56b6b27b9d74090
parent2eb264a14b93b277269b1f3311925d550d5de580
Use #error in openssl/srp.h

Follow the same convention the other OPENSSL_NO_xxx header files
do, and use #error instead of making the header file be a no-op.

Reviewed-by: Matt Caswell <matt@openssl.org>
apps/s_client.c
apps/s_server.c
apps/srp.c
include/openssl/srp.h
ssl/tls_srp.c