~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to crypto/krb5/krb5_asn.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
**      void name##_free(type *a);
226
226
**      DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) =
227
227
**       DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) =
228
 
**        type *d2i_##name(type **a, unsigned char **in, long len);
 
228
**        type *d2i_##name(type **a, const unsigned char **in, long len);
229
229
**        int i2d_##name(type *a, unsigned char **out);
230
230
**        DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it
231
231
*/