ssl: rename liblte_ssl.h to ssl.h

master
Andre Puschmann 4 years ago
parent ef19b1a9bd
commit b9f363db9a

@ -19,8 +19,8 @@
* *
*/ */
#ifndef SRSLTE_LIBLTE_SSL_H #ifndef SRSLTE_SSL_H
#define SRSLTE_LIBLTE_SSL_H #define SRSLTE_SSL_H
#ifdef HAVE_POLARSSL #ifdef HAVE_POLARSSL
@ -82,4 +82,4 @@ void sha256(const unsigned char* key,
#endif // HAVE_MBEDTLS #endif // HAVE_MBEDTLS
#endif // SRSLTE_LIBLTE_SSL_H #endif // SRSLTE_SSL_H

@ -36,7 +36,7 @@
#include "srslte/common/liblte_security.h" #include "srslte/common/liblte_security.h"
#include "math.h" #include "math.h"
#include "srslte/common/liblte_ssl.h" #include "srslte/common/ssl.h"
#include "srslte/common/s3g.h" #include "srslte/common/s3g.h"
#include "srslte/common/zuc.h" #include "srslte/common/zuc.h"

Loading…
Cancel
Save