mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-27 04:07:12 +09:00
HAVE_MODE_TI -> HAVE_TI_MODE
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "api.h"
|
||||
|
||||
#ifdef HAVE_MODE_TI
|
||||
#ifdef HAVE_TI_MODE
|
||||
|
||||
static const unsigned char basepoint[32] = {9};
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <stdint.h>
|
||||
#include "api.h"
|
||||
|
||||
#ifdef HAVE_MODE_TI
|
||||
#ifdef HAVE_TI_MODE
|
||||
|
||||
typedef uint8_t u8;
|
||||
typedef uint64_t limb;
|
||||
|
||||
Reference in New Issue
Block a user