summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-07-25 10:57:02 +0200
committerSimon Josefsson <simon@josefsson.org>2010-07-25 10:57:02 +0200
commit34ba7d9932738bc4db91db88ead8e607367f4b71 (patch)
treec42483f801cb3bb227b4e53e4d6b0a7421268a80
parentdf9038676902b4da243e802ca34f85a40e661b22 (diff)
downloadgnutls-34ba7d9932738bc4db91db88ead8e607367f4b71.tar.gz
Add OID, from master branch. To make things build.
-rw-r--r--lib/x509/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/common.h b/lib/x509/common.h
index 0853a117d9..53a94ef945 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -41,6 +41,7 @@
/* public key algorithm's OIDs
*/
#define PK_PKIX1_RSA_OID "1.2.840.113549.1.1.1"
+#define PK_X509_RSA_OID "2.5.8.1.1"
#define PK_DSA_OID "1.2.840.10040.4.1"
#define PK_GOST_R3410_94_OID "1.2.643.2.2.20"
#define PK_GOST_R3410_2001_OID "1.2.643.2.2.19"