ssl: rename liblte_ssl.h to ssl.h

This commit is contained in:
Andre Puschmann 2020-11-30 20:41:17 +01:00
parent ef19b1a9bd
commit b9f363db9a
2 changed files with 4 additions and 4 deletions

View File

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

View File

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