diff --git a/include/nng/supplemental/util/idhash.h b/include/nng/supplemental/util/idhash.h deleted file mode 100644 index 7939ab1..0000000 --- a/include/nng/supplemental/util/idhash.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// Copyright 2024 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -#ifndef NNG_SUPPLEMENTAL_UTIL_IDHASH_H -#define NNG_SUPPLEMENTAL_UTIL_IDHASH_H - -#include - -typedef struct nng_id_map_s nng_id_map; - -#define NNG_MAP_RANDOM 1 - -NNG_DECL int nng_id_map_alloc( - nng_id_map **map, uint64_t lo, uint64_t hi, int flags); -NNG_DECL void nng_id_map_free(nng_id_map *map); -NNG_DECL void *nng_id_get(nng_id_map *, uint64_t); -NNG_DECL int nng_id_set(nng_id_map *, uint64_t, void *); -NNG_DECL int nng_id_alloc(nng_id_map *, uint64_t *, void *); -NNG_DECL int nng_id_remove(nng_id_map *, uint64_t); - -#endif // NNG_SUPPLEMENTAL_IDHASH_IDHASH_H diff --git a/lib/i386/libmbedcrypto.a b/lib/i386/libmbedcrypto.a index 5bd1257..13d5ef6 100644 Binary files a/lib/i386/libmbedcrypto.a and b/lib/i386/libmbedcrypto.a differ diff --git a/lib/i386/libmbedtls.a b/lib/i386/libmbedtls.a index 88a70ae..67c420b 100644 Binary files a/lib/i386/libmbedtls.a and b/lib/i386/libmbedtls.a differ diff --git a/lib/i386/libmbedx509.a b/lib/i386/libmbedx509.a index 6af232c..9144ee0 100644 Binary files a/lib/i386/libmbedx509.a and b/lib/i386/libmbedx509.a differ diff --git a/lib/i386/libnng.a b/lib/i386/libnng.a index f3174fd..9042ac2 100644 Binary files a/lib/i386/libnng.a and b/lib/i386/libnng.a differ diff --git a/lib/x64/libmbedcrypto.a b/lib/x64/libmbedcrypto.a index 1d12bd3..3815ab7 100644 Binary files a/lib/x64/libmbedcrypto.a and b/lib/x64/libmbedcrypto.a differ diff --git a/lib/x64/libmbedtls.a b/lib/x64/libmbedtls.a index 8bebd44..2735a9d 100644 Binary files a/lib/x64/libmbedtls.a and b/lib/x64/libmbedtls.a differ diff --git a/lib/x64/libmbedx509.a b/lib/x64/libmbedx509.a index c066c89..1f58308 100644 Binary files a/lib/x64/libmbedx509.a and b/lib/x64/libmbedx509.a differ diff --git a/lib/x64/libnng.a b/lib/x64/libnng.a index dee92bd..1d03470 100644 Binary files a/lib/x64/libnng.a and b/lib/x64/libnng.a differ