Re: Compile Problems
Re: Compile Problems
- Subject: Re: Compile Problems
- From: Barry Fawthrop <email@hidden>
- Date: Thu, 12 Mar 2009 10:07:45 -0400
> ...
> extern const mit_des_cblock mit_des_zeroblock;
> #define mit_des_zeroblock krb5int_c_mit_des_zeroblock
>
I swapped these two lines in des-int.h around
#define mit_des_zeroblock krb5int_c_mit_des_zeroblock
extern const mit_des_cblock mit_des_zeroblock;
Now in f_cbc.mm
I have
const mit_des_cblock mit_des_zeroblock /* = all zero */;
I got this idea from looking at the latest source code for kerberos
Now now have a error: uninitialzed const 'krb5int_c_mit_des_zeroblock'
showing at the f_cbc.mm line above ?
Any advice,
Thank You
Barry
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden