diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-11-09 00:33:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:24 -0500 |
commit | ed77e4e57beee0c9c8b0c4c75626c41ebfc5b0c4 (patch) | |
tree | 5511351e20b0ac0c7489a2ac1f5f2b9973a6baec /source4/heimdal/lib/asn1 | |
parent | a779d288a84bc64393f64798006a06432f3a6197 (diff) | |
download | samba-ed77e4e57beee0c9c8b0c4c75626c41ebfc5b0c4.tar.gz samba-ed77e4e57beee0c9c8b0c4c75626c41ebfc5b0c4.tar.bz2 samba-ed77e4e57beee0c9c8b0c4c75626c41ebfc5b0c4.zip |
r19644: Merge up to current lorikeet-heimdal, incling adding
gsskrb5_set_default_realm(), which should fix mimir's issues.
Andrew Bartlett
(This used to be commit 8117e76d2adee163925a29df872015ff5021a1d3)
Diffstat (limited to 'source4/heimdal/lib/asn1')
-rw-r--r-- | source4/heimdal/lib/asn1/der_put.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/heimdal/lib/asn1/der_put.c b/source4/heimdal/lib/asn1/der_put.c index 2fe90df9a9..b006f233ca 100644 --- a/source4/heimdal/lib/asn1/der_put.c +++ b/source4/heimdal/lib/asn1/der_put.c @@ -335,9 +335,6 @@ der_put_utctime (unsigned char *p, size_t len, return 0; } -/* This API is not what you might expect. p is a pointer to the *end* - * (last byte) of the buffer, of length len */ - int der_put_oid (unsigned char *p, size_t len, const heim_oid *data, size_t *size) |