Sha256: 23ef372ada0e05e1fa5ac753b0aac40643e52af2bcd4e1407c59496a9ec61c75
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 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_steams_mbedtls_h__ #define INCLUDE_steams_mbedtls_h__ #include "common.h" #include "git2/sys/stream.h" extern int git_mbedtls_stream_global_init(void); extern int git_mbedtls_stream_new(git_stream **out, const char *host, const char *port); extern int git_mbedtls__set_cert_location(const char *path, int is_dir); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rugged-0.27.7 | vendor/libgit2/src/streams/mbedtls.h |