From 2319d01e262b705716e19474865f555f3ca81a7d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 13:50:13 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- bpkg/openssl | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 bpkg/openssl (limited to 'bpkg/openssl') diff --git a/bpkg/openssl b/bpkg/openssl deleted file mode 100644 index c665521..0000000 --- a/bpkg/openssl +++ /dev/null @@ -1,31 +0,0 @@ -// file : bpkg/openssl -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BPKG_OPENSSL -#define BPKG_OPENSSL - -#include - -#include -#include - -#include - -namespace bpkg -{ - // Start the openssl process. Parameters in, out, err flags if the caller - // wish to write to, or read from the process STDIN, STDOUT, STDERR streams. - // If out and err are both true, then STDERR is redirected to STDOUT, and - // they both can be read from in_ofd descriptor. - // - butl::process - start_openssl (const common_options&, - const char* command, - const cstrings& options, - bool in = false, - bool out = false, - bool err = false); -} - -#endif // BPKG_OPENSSL -- cgit v1.1