mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 19:45:44 +01:00
This commit is contained in:
parent
5121ce5bdb
commit
8e831edc24
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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__))
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user