Include missing structures definitions

This commit is contained in:
Frank Denis
2016-04-02 09:01:03 +02:00
parent 698efbdc23
commit 6ee06a9242
6 changed files with 6 additions and 0 deletions
@@ -4,6 +4,7 @@
#include <stddef.h>
#include "crypto_onetimeauth_poly1305.h"
#include "../onetimeauth_poly1305.h"
extern struct crypto_onetimeauth_poly1305_implementation
crypto_onetimeauth_poly1305_donna_implementation;
@@ -4,6 +4,7 @@
#include <stddef.h>
#include "crypto_onetimeauth_poly1305.h"
#include "../onetimeauth_poly1305.h"
extern struct crypto_onetimeauth_poly1305_implementation
crypto_onetimeauth_poly1305_sse2_implementation;
@@ -2,6 +2,7 @@
#define curve25519_donna_c64_H
#include "crypto_scalarmult_curve25519.h"
#include "../scalarmult_curve25519.h"
extern struct crypto_scalarmult_curve25519_implementation
crypto_scalarmult_curve25519_donna_c64_implementation;
@@ -2,6 +2,7 @@
#define curve25519_ref10_H
#include "crypto_scalarmult_curve25519.h"
#include "../scalarmult_curve25519.h"
extern struct crypto_scalarmult_curve25519_implementation
crypto_scalarmult_curve25519_ref10_implementation;
@@ -2,6 +2,7 @@
#include <stdint.h>
#include "crypto_stream_chacha20.h"
#include "../stream_chacha20.h"
extern struct crypto_stream_chacha20_implementation
crypto_stream_chacha20_ref_implementation;
@@ -2,6 +2,7 @@
#include <stdint.h>
#include "crypto_stream_chacha20.h"
#include "../stream_chacha20.h"
extern struct crypto_stream_chacha20_implementation
crypto_stream_chacha20_vec_implementation;