summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_int32.h
blob: a22019d87c27b91116289eb3c4d39538cc6f6c27 (plain)
1
2
3
4
5
6
7
8
#ifndef crypto_int32_H
#define crypto_int32_H

#include <stdint.h>

typedef int32_t crypto_int32;

#endif