summaryrefslogtreecommitdiff
path: root/engines/e_capi_err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-03 10:27:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-03 10:27:39 +0000
commitb3c8dd4eabc92a5fc742b3b4e8af492f40098500 (patch)
treea3ebabf69a703eb0298c5af358966d89a5dd0136 /engines/e_capi_err.c
parent45d3767d28113d2db0448d3e677429aa332ad885 (diff)
downloadopenssl-new-b3c8dd4eabc92a5fc742b3b4e8af492f40098500.tar.gz
Add preliminary SSL client auth callback to CryptoAPI ENGINE.
Diffstat (limited to 'engines/e_capi_err.c')
-rw-r--r--engines/e_capi_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/e_capi_err.c b/engines/e_capi_err.c
index 6ffd5bf574..372cfacfb7 100644
--- a/engines/e_capi_err.c
+++ b/engines/e_capi_err.c
@@ -1,6 +1,6 @@
/* e_capi_err.c */
/* ====================================================================
- * Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved.
+ * Copyright (c) 1999-2007 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
@@ -76,6 +76,7 @@ static ERR_STRING_DATA CAPI_str_functs[]=
{ERR_FUNC(CAPI_F_CAPI_CTX_SET_PROVNAME), "CAPI_CTX_SET_PROVNAME"},
{ERR_FUNC(CAPI_F_CAPI_DSA_DO_SIGN), "CAPI_DSA_DO_SIGN"},
{ERR_FUNC(CAPI_F_CAPI_GET_KEY), "CAPI_GET_KEY"},
+{ERR_FUNC(CAPI_F_CAPI_GET_PKEY), "CAPI_GET_PKEY"},
{ERR_FUNC(CAPI_F_CAPI_GET_PROVNAME), "CAPI_GET_PROVNAME"},
{ERR_FUNC(CAPI_F_CAPI_GET_PROV_INFO), "CAPI_GET_PROV_INFO"},
{ERR_FUNC(CAPI_F_CAPI_INIT), "CAPI_INIT"},