From 0cd0a820abc6124cf8e176fa92d620a2abf9e419 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 23 May 2016 15:02:34 -0400 Subject: Remove unused error/function codes. Add script to find unused err/reason codes Remove unused reason codes. Remove entries for unused functions Reviewed-by: Matt Caswell --- crypto/objects/obj_err.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'crypto/objects') diff --git a/crypto/objects/obj_err.c b/crypto/objects/obj_err.c index b8a90573ad..2dd80be0e3 100644 --- a/crypto/objects/obj_err.c +++ b/crypto/objects/obj_err.c @@ -1,4 +1,5 @@ /* + * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use @@ -7,12 +8,6 @@ * https://www.openssl.org/source/license.html */ -/* - * NOTE: this file was auto generated by the mkerr.pl script: any changes - * made to it will be overwritten when the script next updates this file, - * only reason strings will be preserved. - */ - #include #include #include @@ -35,7 +30,6 @@ static ERR_STRING_DATA OBJ_str_functs[] = { }; static ERR_STRING_DATA OBJ_str_reasons[] = { - {ERR_REASON(OBJ_R_MALLOC_FAILURE), "malloc failure"}, {ERR_REASON(OBJ_R_OID_EXISTS), "oid exists"}, {ERR_REASON(OBJ_R_UNKNOWN_NID), "unknown nid"}, {0, NULL} -- cgit v1.2.3