diff options
author | 2003-05-11 21:34:11 +0000 | |
---|---|---|
committer | 2003-05-11 21:34:11 +0000 | |
commit | 3a5f3d0e407fc493f4a740bd79f4e3c586fc3841 (patch) | |
tree | ca1fe47248cc912e2a530c11856550d9f5d60cb9 /lib/libcrypto/engine/hw_ncipher_err.c | |
parent | -DROKEN_RENAME not needed for these. (diff) | |
download | wireguard-openbsd-3a5f3d0e407fc493f4a740bd79f4e3c586fc3841.tar.xz wireguard-openbsd-3a5f3d0e407fc493f4a740bd79f4e3c586fc3841.zip |
import 0.9.7b (without idea and rc5)
Diffstat (limited to 'lib/libcrypto/engine/hw_ncipher_err.c')
-rw-r--r-- | lib/libcrypto/engine/hw_ncipher_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/hw_ncipher_err.c b/lib/libcrypto/engine/hw_ncipher_err.c index 24024cfc6f4..5bc94581b74 100644 --- a/lib/libcrypto/engine/hw_ncipher_err.c +++ b/lib/libcrypto/engine/hw_ncipher_err.c @@ -1,6 +1,6 @@ /* hw_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_DYNAMIC_LOCKING_MISSING ,"dynamic locking missing"}, {HWCRHK_R_MISSING_KEY_COMPONENTS ,"missing key components"}, {HWCRHK_R_NOT_INITIALISED ,"not initialised"}, {HWCRHK_R_NOT_LOADED ,"not loaded"}, |