Sha256: 0ae58cd2079cd0ad1d9156eeaeaca6dffe52e80305635b3792b37e4038335673

Contents?: true

Size: 566 Bytes

Versions: 1

Compression:

Stored size: 566 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_streams_openssl_h__
#define INCLUDE_streams_openssl_h__

#include "common.h"

#include "git2/sys/stream.h"

extern int git_openssl_stream_global_init(void);

extern int git_openssl_stream_new(git_stream **out, const char *host, const char *port);

extern int git_openssl__set_cert_location(const char *file, const char *path);

#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rugged-0.27.7 vendor/libgit2/src/streams/openssl.h