Prefix der primitives with der_.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18459 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-14 10:12:16 +00:00
parent 4903096d3f
commit 00c5c484a9
7 changed files with 14 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ gss_encapsulate_token(gss_buffer_t input_token,
ASN1_MALLOC_ENCODE(GSSAPIContextToken,
output_token->value, output_token->length,
&ct, &size, ret);
free_oid(&ct.thisMech);
der_free_oid(&ct.thisMech);
if (ret) {
output_token->length = 0;
output_token->value = NULL;