git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24701 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-14 20:13:38 +00:00
parent e2413291b1
commit 8c452e59ba

View File

@@ -1483,7 +1483,9 @@ hx509_cert_get_SPKI(hx509_context context, hx509_cert p, SubjectPublicKeyInfo *s
* @param context a hx509 context.
* @param p a hx509 certificate object.
* @param alg AlgorithmIdentifier, should be freed with
* free_AlgorithmIdentifier().
* free_AlgorithmIdentifier(). The algorithmidentifier is
* typicly rsaEncryption, or id-ecPublicKey, or some other
* public key mechanism.
*
* @return An hx509 error code, see hx509_get_error_string().
*