From b2d0e06f75ee5b1dc4b4f3abd168c22985731f70 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 18 Jun 2012 17:49:57 -0400 Subject: Add crypto libraries --- Cryptlib/Include/stdio.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cryptlib/Include/stdio.h (limited to 'Cryptlib/Include/stdio.h') diff --git a/Cryptlib/Include/stdio.h b/Cryptlib/Include/stdio.h new file mode 100644 index 00000000..ee07f6bc --- /dev/null +++ b/Cryptlib/Include/stdio.h @@ -0,0 +1,16 @@ +/** @file + Include file to support building OpenSSL Crypto Library. + +Copyright (c) 2010, Intel Corporation. All rights reserved.
+This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +**/ + +#include + -- cgit v1.2.3