<stdlib.h> -> <stddef.h> for size_t

This commit is contained in:
Frank Denis 2013-05-15 19:57:07 -07:00
parent 6988a02e4f
commit a8d4c24e42
14 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
#ifndef crypto_auth_H
#define crypto_auth_H
#include <stdlib.h>
#include <stddef.h>
#include "crypto_auth_hmacsha512256.h"
#include "export.h"

View File

@ -8,7 +8,7 @@
* Other functions are always thread-safe.
*/
#include <stdlib.h>
#include <stddef.h>
#include "crypto_box_curve25519xsalsa20poly1305.h"
#include "export.h"

View File

@ -1,7 +1,7 @@
#ifndef crypto_generichash_H
#define crypto_generichash_H
#include <stdlib.h>
#include <stddef.h>
#include "crypto_generichash_blake2b.h"
#include "export.h"

View File

@ -1,8 +1,8 @@
#ifndef crypto_generichash_blake2b_H
#define crypto_generichash_blake2b_H
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include "export.h"

View File

@ -1,7 +1,7 @@
#ifndef crypto_onetimeauth_H
#define crypto_onetimeauth_H
#include <stdlib.h>
#include <stddef.h>
#include "crypto_onetimeauth_poly1305.h"
#include "export.h"

View File

@ -1,7 +1,7 @@
#ifndef crypto_scalarmult_H
#define crypto_scalarmult_H
#include <stdlib.h>
#include <stddef.h>
#include "crypto_scalarmult_curve25519.h"
#include "export.h"

View File

@ -1,7 +1,7 @@
#ifndef crypto_secretbox_H
#define crypto_secretbox_H
#include <stdlib.h>
#include <stddef.h>
#include "crypto_secretbox_xsalsa20poly1305.h"
#include "export.h"

View File

@ -1,7 +1,7 @@
#ifndef crypto_shorthash_H
#define crypto_shorthash_H
#include <stdlib.h>
#include <stddef.h>
#include "crypto_shorthash_siphash24.h"
#include "export.h"

View File

@ -8,7 +8,7 @@
* Other functions, including crypto_sign_seed_keypair() are always thread-safe.
*/
#include <stdlib.h>
#include <stddef.h>
#include "crypto_sign_ed25519.h"
#include "export.h"

View File

@ -9,7 +9,7 @@
* the crypto_box functions.
*/
#include <stdlib.h>
#include <stddef.h>
#include "crypto_stream_xsalsa20.h"
#include "export.h"

View File

@ -4,8 +4,8 @@
#include <sys/types.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include "export.h"

View File

@ -8,8 +8,8 @@
* Always wrap them in a mutex if you need thread safety.
*/
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include "export.h"

View File

@ -8,8 +8,8 @@
* other libsodium function.
*/
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include "export.h"

View File

@ -2,7 +2,7 @@
#ifndef __SODIUM_UTILS_H__
#define __SODIUM_UTILS_H__
#include <stdlib.h>
#include <stddef.h>
#include "export.h"