~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to crypto/cast/cast_spd.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051213213742-d0ydaylf80l16bj1
Tags: upstream-0.9.8a
ImportĀ upstreamĀ versionĀ 0.9.8a

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#include OPENSSL_UNISTD_IO
70
70
OPENSSL_DECLARE_EXIT
71
71
 
 
72
#ifndef OPENSSL_SYS_NETWARE
72
73
#include <signal.h>
 
74
#endif
 
75
 
73
76
#ifndef _IRIX
74
77
#include <time.h>
75
78
#endif