Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357235
Collapse All | Expand All

(-)a/lib/asn1/template.c (-1 / +1 lines)
Lines 46-52 Link Here
46
#define DPO(data,offset) ((void *)(((unsigned char *)data)  + offset))
46
#define DPO(data,offset) ((void *)(((unsigned char *)data)  + offset))
47
47
48
48
49
struct asn1_type_func prim[] = {
49
static struct asn1_type_func prim[] = {
50
#define el(name, type) {				\
50
#define el(name, type) {				\
51
	(asn1_type_encode)der_put_##name,		\
51
	(asn1_type_encode)der_put_##name,		\
52
	(asn1_type_decode)der_get_##name,		\
52
	(asn1_type_decode)der_get_##name,		\

Return to bug 357235