Only declare stacks in headers
[openssl.git] / crypto / objects / obj_xref.h
index c07adee4f25153e7d40a0ddf107b524a023446e5..7096ca544224ee0280d70b40945510182bf89010 100644 (file)
@@ -6,6 +6,8 @@ typedef struct {
     int pkey_id;
 } nid_triple;
 
+DEFINE_STACK_OF(nid_triple)
+
 static const nid_triple sigoid_srt[] = {
     {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
     {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},