summaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
commit0ee2166cc50cffba02514b686c6bf75c76ff2e62 (patch)
treeeac5fd77f831fc78bc2ce83650d18cceaf5ebabc /crypto/objects/objects.h
parent067707e3673c78aa369ab84445c625719557cf8c (diff)
New functions to add and free up application defined signature OIDs.
Diffstat (limited to 'crypto/objects/objects.h')
-rw-r--r--crypto/objects/objects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/objects/objects.h b/crypto/objects/objects.h
index 97b110758e..5270f9925b 100644
--- a/crypto/objects/objects.h
+++ b/crypto/objects/objects.h
@@ -1024,6 +1024,8 @@ int OBJ_create_objects(BIO *in);
int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid);
int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
+int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
+void OBJ_sigid_free(void);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes