summaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/objects.h')
-rw-r--r--crypto/objects/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/objects/objects.h b/crypto/objects/objects.h
index 7242f76fb0..97b110758e 100644
--- a/crypto/objects/objects.h
+++ b/crypto/objects/objects.h
@@ -1022,6 +1022,9 @@ int OBJ_create(const char *oid,const char *sn,const char *ln);
void OBJ_cleanup(void );
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);
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.