Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines

This commit is contained in:
Jouni Malinen 2009-12-06 16:19:13 +02:00
parent be473f3f09
commit 1a70777868
6 changed files with 2 additions and 71 deletions

View file

@ -15,9 +15,6 @@
#include "includes.h"
#include "common.h"
#ifdef CONFIG_INTERNAL_X509
#include "asn1.h"
int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr)
@ -213,5 +210,3 @@ unsigned long asn1_bit_string_to_long(const u8 *buf, size_t len)
return val;
}
#endif /* CONFIG_INTERNAL_X509 */