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

« back to all changes in this revision

Viewing changes to crypto/des/speed.c

  • 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:
69
69
#include OPENSSL_UNISTD_IO
70
70
OPENSSL_DECLARE_EXIT
71
71
 
 
72
#ifndef OPENSSL_SYS_NETWARE
72
73
#include <signal.h>
 
74
#define crypt(c,s) (des_crypt((c),(s)))
 
75
#endif
 
76
 
73
77
#ifndef _IRIX
74
78
#include <time.h>
75
79
#endif