Add OIDs by CMP (RFC 4210) and CRMF (RFC 4211)
[openssl.git] / crypto / objects / obj_xref.h
1
2 typedef int nid_triple[3];
3
4 static const nid_triple sigoid_srt[] =
5         {
6         };
7
8 static const nid_triple * const sigoid_srt_xref[] =
9         {
10         };
11