mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
- Renamed include directory to polarssl
This commit is contained in:
24
include/polarssl/certs.h
Normal file
24
include/polarssl/certs.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* \file certs.h
|
||||
*/
|
||||
#ifndef XYSSL_CERTS_H
|
||||
#define XYSSL_CERTS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern char test_ca_crt[];
|
||||
extern char test_ca_key[];
|
||||
extern char test_ca_pwd[];
|
||||
extern char test_srv_crt[];
|
||||
extern char test_srv_key[];
|
||||
extern char test_cli_crt[];
|
||||
extern char test_cli_key[];
|
||||
extern char xyssl_ca_crt[];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* certs.h */
|
||||
Reference in New Issue
Block a user