~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to extra/yassl/include/openssl/crypto.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* crypto.h for openSSL */
 
2
 
 
3
#ifndef ysSSL_crypto_h__
 
4
#define yaSSL_crypto_h__
 
5
 
 
6
#ifdef YASSL_PREFIX
 
7
#include "prefix_crypto.h"
 
8
#endif
 
9
 
 
10
const char* SSLeay_version(int type);
 
11
 
 
12
#define SSLEAY_NUMBER_DEFINED
 
13
#define SSLEAY_VERSION 0x0900L
 
14
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION
 
15
 
 
16
 
 
17
#endif /* yaSSL_crypto_h__ */
 
18