summaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-01-27 19:13:33 +0100
committerEmilia Kasper <emilia@openssl.org>2016-01-29 16:33:13 +0100
commitd8ca44ba4158a9dafeaa30d3cba6f113904d2aa6 (patch)
tree96b3eb018ab876f0f8842ef909e709904b1168c3 /crypto/objects
parenta01dab94622715fe2dd92a6f87a826cef6724e54 (diff)
Always DPURIFY
The use of the uninitialized buffer in the RNG has no real security benefits and is only a nuisance when using memory sanitizers. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/obj_dat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h
index 6907bc3683..a3d94a5f57 100644
--- a/crypto/objects/obj_dat.h
+++ b/crypto/objects/obj_dat.h
@@ -5647,4 +5647,3 @@ static const unsigned int obj_objs[NUM_OBJ]={
956, /* OBJ_jurisdictionStateOrProvinceName 1 3 6 1 4 1 311 60 2 1 2 */
957, /* OBJ_jurisdictionCountryName 1 3 6 1 4 1 311 60 2 1 3 */
};
-