X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_ncipher_err.c;h=6716517d9e39c06da81e83e88cb47a309d11702c;hp=692435eee74dc583417295892f798b338f8b193d;hb=38d6e4bb50b55beaeaab7db72b2404807ef2a8e3;hpb=ced621e3c2832fc3eb407c29f3f68362cfd3251c;ds=sidebyside diff --git a/engines/e_ncipher_err.c b/engines/e_ncipher_err.c index 692435eee7..6716517d9e 100644 --- a/engines/e_ncipher_err.c +++ b/engines/e_ncipher_err.c @@ -1,6 +1,6 @@ -/* hw_ncipher_err.c */ +/* e_ncipher_err.c */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -86,6 +86,7 @@ static ERR_STRING_DATA HWCRHK_str_reasons[]= {HWCRHK_R_CHIL_ERROR ,"chil error"}, {HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED ,"ctrl command not implemented"}, {HWCRHK_R_DSO_FAILURE ,"dso failure"}, +{HWCRHK_R_LOCKING_MISSING ,"locking missing"}, {HWCRHK_R_MISSING_KEY_COMPONENTS ,"missing key components"}, {HWCRHK_R_NOT_INITIALISED ,"not initialised"}, {HWCRHK_R_NOT_LOADED ,"not loaded"},