summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/pkinit/pkinit.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-08-10 04:42:44 +0000
committerGreg Hudson <ghudson@mit.edu>2009-08-10 04:42:44 +0000
commit1c4f3aa73062270b7a52000aead421c32729c612 (patch)
treecd8cfc15c0a003ef82607d372357a06065a83ea7 /src/plugins/preauth/pkinit/pkinit.h
parentc630f539e5742d68019af7d6cc0935665d62b7c8 (diff)
downloadkrb5-1c4f3aa73062270b7a52000aead421c32729c612.tar.gz
krb5-1c4f3aa73062270b7a52000aead421c32729c612.tar.xz
krb5-1c4f3aa73062270b7a52000aead421c32729c612.zip
Remove pkinit_identity_process_option, which wasn't doing anything
besides picking a subsidiary function based on the (constant) input argument. Remove the associated constants from pkinit.h as well. No functional change. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22512 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/preauth/pkinit/pkinit.h')
-rw-r--r--src/plugins/preauth/pkinit/pkinit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/preauth/pkinit/pkinit.h b/src/plugins/preauth/pkinit/pkinit.h
index 754bf5a21a..380d13b152 100644
--- a/src/plugins/preauth/pkinit/pkinit.h
+++ b/src/plugins/preauth/pkinit/pkinit.h
@@ -182,13 +182,6 @@ typedef struct _pkinit_req_opts {
* information about identity from config file or command line
*/
-#define PKINIT_ID_OPT_USER_IDENTITY 1
-#define PKINIT_ID_OPT_ANCHOR_CAS 2
-#define PKINIT_ID_OPT_INTERMEDIATE_CAS 3
-#define PKINIT_ID_OPT_CRLS 4
-#define PKINIT_ID_OPT_OCSP 5
-#define PKINIT_ID_OPT_DN_MAPPING 6 /* XXX ? */
-
typedef struct _pkinit_identity_opts {
char *identity;
char **identity_alt;