Use the same convention for include guards everywhere

This commit is contained in:
Frank Denis 2016-04-22 11:46:37 +02:00
parent 801fbde757
commit b2586f5402

View File

@ -1,5 +1,5 @@
#ifndef CURVE25519_REF10_H #ifndef curve25519_ref10_H
#define CURVE25519_REF10_H #define curve25519_ref10_H
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>