This commit is contained in:
Paul Bakker 2009-01-03 21:24:11 +00:00
parent 5121ce5bdb
commit 8e831edc24
8 changed files with 17 additions and 17 deletions

View file

@ -18,7 +18,7 @@
#ifndef XYSSL_BN_MUL_H
#define XYSSL_BN_MUL_H
#include "xyssl/config.h"
#include "polarssl/config.h"
#if defined(XYSSL_HAVE_ASM)

View file

@ -4,8 +4,8 @@
#ifndef SSL_DEBUG_H
#define SSL_DEBUG_H
#include "xyssl/config.h"
#include "xyssl/ssl.h"
#include "polarssl/config.h"
#include "polarssl/ssl.h"
#if defined(XYSSL_DEBUG_MSG)

View file

@ -4,7 +4,7 @@
#ifndef XYSSL_DHM_H
#define XYSSL_DHM_H
#include "xyssl/bignum.h"
#include "polarssl/bignum.h"
#define XYSSL_ERR_DHM_BAD_INPUT_DATA -0x0480
#define XYSSL_ERR_DHM_READ_PARAMS_FAILED -0x0490

View file

@ -7,10 +7,10 @@
#ifndef XYSSL_OPENSSL_H
#define XYSSL_OPENSSL_H
#include "xyssl/aes.h"
#include "xyssl/md5.h"
#include "xyssl/rsa.h"
#include "xyssl/sha1.h"
#include "polarssl/aes.h"
#include "polarssl/md5.h"
#include "polarssl/rsa.h"
#include "polarssl/sha1.h"
#define AES_SIZE 16
#define AES_BLOCK_SIZE 16

View file

@ -4,7 +4,7 @@
#ifndef XYSSL_PADLOCK_H
#define XYSSL_PADLOCK_H
#include "xyssl/aes.h"
#include "polarssl/aes.h"
#if (defined(__GNUC__) && defined(__i386__))

View file

@ -4,7 +4,7 @@
#ifndef XYSSL_RSA_H
#define XYSSL_RSA_H
#include "xyssl/bignum.h"
#include "polarssl/bignum.h"
#define XYSSL_ERR_RSA_BAD_INPUT_DATA -0x0400
#define XYSSL_ERR_RSA_INVALID_PADDING -0x0410

View file

@ -6,12 +6,12 @@
#include <time.h>
#include "xyssl/net.h"
#include "xyssl/dhm.h"
#include "xyssl/rsa.h"
#include "xyssl/md5.h"
#include "xyssl/sha1.h"
#include "xyssl/x509.h"
#include "polarssl/net.h"
#include "polarssl/dhm.h"
#include "polarssl/rsa.h"
#include "polarssl/md5.h"
#include "polarssl/sha1.h"
#include "polarssl/x509.h"
#define XYSSL_ERR_SSL_FEATURE_UNAVAILABLE -0x1000
#define XYSSL_ERR_SSL_BAD_INPUT_DATA -0x1800

View file

@ -4,7 +4,7 @@
#ifndef XYSSL_X509_H
#define XYSSL_X509_H
#include "xyssl/rsa.h"
#include "polarssl/rsa.h"
#define XYSSL_ERR_ASN1_OUT_OF_DATA -0x0014
#define XYSSL_ERR_ASN1_UNEXPECTED_TAG -0x0016