openssl/crypto/objects/obj_xref.h
Lutz Jänicke 86140095b5 Add OIDs by CMP (RFC 4210) and CRMF (RFC 4211)
Submitted by: Martin Peylo <martinmeis@googlemail.com>
2007-11-01 08:24:56 +00:00

12 lines
136 B
C

typedef int nid_triple[3];
static const nid_triple sigoid_srt[] =
{
};
static const nid_triple * const sigoid_srt_xref[] =
{
};