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

« back to all changes in this revision

Viewing changes to crypto/evp/e_cast.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:
56
56
 * [including the GNU Public Licence.]
57
57
 */
58
58
 
59
 
#ifndef OPENSSL_NO_CAST
60
 
 
61
59
#include <stdio.h>
62
60
#include "cryptlib.h"
 
61
 
 
62
#ifndef OPENSSL_NO_CAST
63
63
#include <openssl/evp.h>
64
64
#include <openssl/objects.h>
65
65
#include "evp_locl.h"