Typesafety Thought Police part 5.
[openssl.git] / crypto / x509v3 / x509v3.h
index 209b203a0c77391021910f43a74bca2465432319..8498aec0148b43c1357aff662678d773f21dfd14 100644 (file)
@@ -227,7 +227,7 @@ typedef struct SXNET_st {
 
 typedef struct NOTICEREF_st {
        ASN1_STRING *organization;
-       STACK *noticenos;
+       STACK_OF(ASN1_INTEGER) *noticenos;
 } NOTICEREF;
 
 typedef struct USERNOTICE_st {