Importing crypto libraries
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
This commit is contained in:
16
crypto/external/bsd/openssl/lib/libcrypto/buffer.inc
vendored
Normal file
16
crypto/external/bsd/openssl/lib/libcrypto/buffer.inc
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# $NetBSD: buffer.inc,v 1.2 2011/06/06 06:44:57 spz Exp $
|
||||
#
|
||||
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
||||
#
|
||||
# SRCS extracted from src/crypto/dist/openssl/crypto/buffer/Makefile
|
||||
#
|
||||
|
||||
.PATH: ${OPENSSLSRC}/crypto/buffer
|
||||
|
||||
|
||||
BUFFER_SRCS = buffer.c buf_err.c buf_str.c
|
||||
SRCS += ${BUFFER_SRCS}
|
||||
|
||||
.for cryptosrc in ${BUFFER_SRCS}
|
||||
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/buffer
|
||||
.endfor
|
||||
Reference in New Issue
Block a user