Sha256: be359c3f5006ce661cdf344c857f2725c8a5722bf15e300f5bd30a532f0e900b
Contents?: true
Size: 446 Bytes
Versions: 17
Compression:
Stored size: 446 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_hash_sha1_mbedtls_h__ #define INCLUDE_hash_sha1_mbedtls_h__ #include "hash/sha1.h" #include <mbedtls/sha1.h> struct git_hash_sha1_ctx { mbedtls_sha1_context c; }; #endif /* INCLUDE_hash_sha1_mbedtls_h__ */
Version data entries
17 entries across 17 versions & 1 rubygems