| Index: openssl/crypto/ocsp/ocsp_err.c
|
| ===================================================================
|
| --- openssl/crypto/ocsp/ocsp_err.c (revision 105093)
|
| +++ openssl/crypto/ocsp/ocsp_err.c (working copy)
|
| @@ -1,6 +1,6 @@
|
| /* crypto/ocsp/ocsp_err.c */
|
| /* ====================================================================
|
| - * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
|
| + * Copyright (c) 1999-2006 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 @@
|
| {ERR_FUNC(OCSP_F_OCSP_REQUEST_VERIFY), "OCSP_request_verify"},
|
| {ERR_FUNC(OCSP_F_OCSP_RESPONSE_GET1_BASIC), "OCSP_response_get1_basic"},
|
| {ERR_FUNC(OCSP_F_OCSP_SENDREQ_BIO), "OCSP_sendreq_bio"},
|
| +{ERR_FUNC(OCSP_F_OCSP_SENDREQ_NBIO), "OCSP_sendreq_nbio"},
|
| {ERR_FUNC(OCSP_F_PARSE_HTTP_LINE1), "PARSE_HTTP_LINE1"},
|
| {ERR_FUNC(OCSP_F_REQUEST_VERIFY), "REQUEST_VERIFY"},
|
| {0,NULL}
|
|
|