pull up r23829 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 23 Mar 2010 07:21:04 +0000 (07:21 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 23 Mar 2010 07:21:04 +0000 (07:21 +0000)
commit186b7a67c1d14aa270139f6264759c8cbc97b18a
tree25873a8445795e5062898933dbb21d40b2da8b0c
parent68156d04e3e7fc3080d8aabf366bc52b96852c49
pull up r23829 from trunk

 ------------------------------------------------------------------------
 r23829 | tlyu | 2010-03-22 23:09:02 -0700 (Mon, 22 Mar 2010) | 10 lines

 ticket: 6689
 target_version: 1.8.1
 tags: pullup
 subject: krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSX

 Move krb5_typed_data to krb5.hin from k5-int-pkinit.h because
 krb5int_fast_process_error was assuming that it was safe to cast it to
 krb5_pa_data.  It's not safe to do the cast on 64-bit MacOSX because
 krb5.hin uses #pragma pack on that platform.

ticket: 6689
version_fixed: 1.8.1
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@23830 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int-pkinit.h
src/include/krb5/krb5.hin