 6fc8eaaf84
			
		
	
	6fc8eaaf84
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1379 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			32 lines
		
	
	
		
			364 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			364 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| 
 | |
| #ifdef HAVE_CONFIG_H
 | |
| #include <config.h>
 | |
| #endif
 | |
| #include <stdio.h>
 | |
| #include <stdlib.h>
 | |
| #include <string.h>
 | |
| #include "der.h"
 | |
| 
 | |
| void
 | |
| free_integer (unsigned *num)
 | |
| {
 | |
| }
 | |
| 
 | |
| int
 | |
| free_general_string (char **str)
 | |
| {
 | |
|     free(*str);
 | |
| }
 | |
| 
 | |
| int
 | |
| free_octet_string (krb5_data *k)
 | |
| {
 | |
|     free(k->data);
 | |
| }
 | |
| 
 | |
| int
 | |
| free_generalized_time (unsigned char *p, int len, time_t *t)
 | |
| {
 | |
| }
 |