1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 22:40:59 +00:00

include options.h in ed25519.h

This commit is contained in:
Pavol Rusnak 2018-09-05 16:26:58 +02:00
parent e6b5538a8e
commit a59742817f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,6 +1,8 @@
#ifndef ED25519_H
#define ED25519_H
#include "options.h"
#if defined(__cplusplus)
extern "C" {
#endif