From f1047cebea05ff8a583a8f5b3b6e31ea830cc769 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 7 Sep 2001 11:44:59 +0000 Subject: [PATCH] Remove duplication. --- crypto/engine/hw_nuron.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c index 7469b8ceae..68c2030a4c 100644 --- a/crypto/engine/hw_nuron.c +++ b/crypto/engine/hw_nuron.c @@ -108,7 +108,6 @@ static ERR_STRING_DATA nuron_str_functs[] = {NURON_R_NOT_LOADED ,"not loaded"}, {NURON_R_DSO_FAILURE ,"DSO failure"}, {NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED ,"ctrl command not implemented"}, -{NURON_R_NOT_LOADED ,"not loaded"}, {0,NULL} }; /* The library number we obtain dynamically from the ERR code */ -- GitLab