diff options
author | Ben Laurie <ben@openssl.org> | 2001-09-07 13:44:59 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2001-09-07 13:44:59 +0200 |
commit | f1047cebea05ff8a583a8f5b3b6e31ea830cc769 (patch) | |
tree | afdcf53bfe5dc0cc04396a1501b9aad49755a573 /crypto/engine/hw_nuron.c | |
parent | Now need sha.h for some reason. (diff) | |
download | openssl-f1047cebea05ff8a583a8f5b3b6e31ea830cc769.tar.xz openssl-f1047cebea05ff8a583a8f5b3b6e31ea830cc769.zip |
Remove duplication.
Diffstat (limited to '')
-rw-r--r-- | crypto/engine/hw_nuron.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |