]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Remove some obsolete/obscure internal define switches:
authorEmilia Kasper <emilia@openssl.org>
Tue, 28 Feb 2017 13:13:40 +0000 (14:13 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 1 Mar 2017 09:44:49 +0000 (10:44 +0100)
commit2f0ca54c32299638e5a1d7577112a7fc07774f00
treea58e3dc0178e943d22447d4eb15feb7df18a05eb
parent06611d0a1623a1ce06275b6cdd7a270d9704bf37
Remove some obsolete/obscure internal define switches:

- FLAT_INC
- PKCS1_CHECK (the SSL_OP_PKCS1_CHECK options have been
  no-oped)
- PKCS_TESTVECT (debugging leftovers)
- SSL_AD_MISSING_SRP_USERNAME (unfinished feature)
- DTLS_AD_MISSING_HANDSHAKE_MESSAGE (unfinished feature)
- USE_OBJ_MAC (note this removes a define from the public header but
   very unlikely someone would be depending on it)
- SSL_FORBID_ENULL

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
14 files changed:
crypto/cryptlib.c
crypto/rsa/rsa_oaep.c
demos/engines/e_chil.c
include/openssl/dtls1.h
include/openssl/objects.h
ssl/d1_msg.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/ssl_ciph.c
ssl/ssl_locl.h
ssl/statem/statem_clnt.c
test/build.info
test/ectest.c
test/rsa_test.c