missed last time.
ticket: 6076
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20675
dc483132-0cff-0310-8789-
dd5450dbe970
cleanup(free);
}
+#ifndef DISABLE_PKINIT
krb5_error_code decode_krb5_pa_pk_as_req(const krb5_data *code, krb5_pa_pk_as_req **rep)
{
setup_buf_only();
cleanup(free);
}
+#endif /* DISABLE_PKINIT */
/*
* src/lib/krb5/asn.1/krb5_encode.c
*
- * Copyright 1994 by the Massachusetts Institute of Technology.
+ * Copyright 1994, 2008 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
krb5_cleanup();
}
+#ifndef DISABLE_PKINIT
krb5_error_code encode_krb5_pa_pk_as_req(const krb5_pa_pk_as_req *rep, krb5_data **code)
{
krb5_setup();
sum += length;
krb5_cleanup();
}
+#endif /* DISABLE_PKINIT */