Pick up krb5_pk_identity from krb5_locl.h.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22907 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		
							
								
								
									
										10
									
								
								kdc/pkinit.c
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								kdc/pkinit.c
									
									
									
									
									
								
							@@ -45,16 +45,6 @@ RCSID("$Id$");
 | 
				
			|||||||
#include <hx509.h>
 | 
					#include <hx509.h>
 | 
				
			||||||
#include "crypto-headers.h"
 | 
					#include "crypto-headers.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* XXX copied from lib/krb5/pkinit.c */
 | 
					 | 
				
			||||||
struct krb5_pk_identity {
 | 
					 | 
				
			||||||
    hx509_context hx509ctx;
 | 
					 | 
				
			||||||
    hx509_verify_ctx verify_ctx;
 | 
					 | 
				
			||||||
    hx509_certs certs;
 | 
					 | 
				
			||||||
    hx509_certs anchors;
 | 
					 | 
				
			||||||
    hx509_certs certpool;
 | 
					 | 
				
			||||||
    hx509_revoke_ctx revoke;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
enum pkinit_type {
 | 
					enum pkinit_type {
 | 
				
			||||||
    PKINIT_COMPAT_WIN2K = 1,
 | 
					    PKINIT_COMPAT_WIN2K = 1,
 | 
				
			||||||
    PKINIT_COMPAT_27 = 3
 | 
					    PKINIT_COMPAT_27 = 3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user