RT3999: Remove sub-component version strings
authorRich Salz <rsalz@akamai.com>
Fri, 7 Aug 2015 21:09:30 +0000 (17:09 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 10 Aug 2015 16:13:32 +0000 (12:13 -0400)
commitfbfcb2243941bc84b7585711feb906610f9111c4
tree24d4a04a91f05dcdcd7f0db86a19abcfd71176d7
parent82c494276df9f594064688c920c4431c85759121
RT3999: Remove sub-component version strings

Especially since after the #ifdef cleanups this is not useful.

Reviewed-by: Matt Caswell <matt@openssl.org>
37 files changed:
crypto/aes/aes_misc.c
crypto/asn1/asn1_lib.c
crypto/bf/bf_ecb.c
crypto/bn/bn_lib.c
crypto/camellia/cmll_misc.c
crypto/cast/c_ecb.c
crypto/conf/conf_def.c
crypto/conf/conf_lib.c
crypto/des/ecb_enc.c
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/ec/ec_lib.c
crypto/ecdh/ech_lib.c
crypto/ecdsa/ecs_lib.c
crypto/evp/evp_enc.c
crypto/idea/i_ecb.c
crypto/lhash/lhash.c
crypto/md2/md2_dgst.c
crypto/md4/md4_dgst.c
crypto/md5/md5_dgst.c
crypto/pem/pem_lib.c
crypto/rand/md_rand.c
crypto/rc2/rc2_ecb.c
crypto/rc4/rc4_skey.c
crypto/rc5/rc5_ecb.c
crypto/ripemd/rmd_dgst.c
crypto/rsa/rsa_lib.c
crypto/sha/sha1dgst.c
crypto/sha/sha256.c
crypto/sha/sha512.c
crypto/stack/stack.c
crypto/txt_db/txt_db.c
crypto/x509/x509_vfy.c
include/openssl/opensslv.h
ssl/d1_lib.c
ssl/s3_lib.c
ssl/t1_lib.c