mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
big merge
This commit is contained in:
14
components/spotify/cspot/bell/include/Crypto.h
Normal file
14
components/spotify/cspot/bell/include/Crypto.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef BELL_CRYPTO_H
|
||||
#define BELL_CRYPTO_H
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#ifdef BELL_USE_MBEDTLS
|
||||
#include "CryptoMbedTLS.h"
|
||||
#define Crypto CryptoMbedTLS
|
||||
#else
|
||||
#include "CryptoOpenSSL.h"
|
||||
#define Crypto CryptoOpenSSL
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user