From b8fb59897b707d53137a66ec054173c161a9f0ae Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 3 Nov 2015 14:09:18 +0000 Subject: Rebuild error source files. Rebuild error source files: the new mkerr.pl functionality will now pick up and translate static function names properly. Reviewed-by: Richard Levitte --- crypto/jpake/jpake_err.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/jpake') diff --git a/crypto/jpake/jpake_err.c b/crypto/jpake/jpake_err.c index be236d9ea8..177bcc2692 100644 --- a/crypto/jpake/jpake_err.c +++ b/crypto/jpake/jpake_err.c @@ -1,6 +1,6 @@ /* crypto/jpake/jpake_err.c */ /* ==================================================================== - * Copyright (c) 1999-2010 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2015 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 @@ -74,7 +74,7 @@ static ERR_STRING_DATA JPAKE_str_functs[] = { {ERR_FUNC(JPAKE_F_JPAKE_STEP2_PROCESS), "JPAKE_STEP2_process"}, {ERR_FUNC(JPAKE_F_JPAKE_STEP3A_PROCESS), "JPAKE_STEP3A_process"}, {ERR_FUNC(JPAKE_F_JPAKE_STEP3B_PROCESS), "JPAKE_STEP3B_process"}, - {ERR_FUNC(JPAKE_F_VERIFY_ZKP), "VERIFY_ZKP"}, + {ERR_FUNC(JPAKE_F_VERIFY_ZKP), "verify_zkp"}, {0, NULL} }; -- cgit v1.2.3