Use constants not numbers
authorKurt Cancemi <kurt@x64architecture.com>
Wed, 4 Mar 2015 10:57:45 +0000 (10:57 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 5 Mar 2015 09:30:35 +0000 (09:30 +0000)
commit183db9af80510abfe522c97387268906fd1d31c6
tree2637a0c918671267f49e79ab3196081222e51973
parent9f114219508d64a5b9522006eab1ed2db918dd25
Use constants not numbers

This patch uses warning/fatal constants instead of numbers with comments for
warning/alerts in d1_pkt.c and s3_pkt.c

RT#3725

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit fd865cadcb603918bdcfcf44e487721c657a1117)
ssl/d1_pkt.c
ssl/s3_pkt.c