mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-22 06:27:51 +00:00
bf9710fd5a
This only affects build_android, if nacl-gcc-prep is run then build/`uname -s` will be created.
9 lines
144 B
C
9 lines
144 B
C
#ifndef UINT16_UNPACK_H
|
|
#define UINT16_UNPACK_H
|
|
|
|
#include "crypto_uint16.h"
|
|
|
|
extern crypto_uint16 uint16_unpack(const unsigned char *);
|
|
|
|
#endif
|