X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fobjects%2Fobjects.h;h=97b110758ee35613f57a44dc3d37034f1cc34596;hp=7242f76fb0f1f1f44a4c635018475ca1292798aa;hb=d20270980852968fcd8279f9c22d095935eca580;hpb=51ff0abb05d3e0e71b6666032b777c2c1f3fe5f1 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.