summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authordoug <>2015-02-06 09:36:16 +0000
committerdoug <>2015-02-06 09:36:16 +0000
commit57c3c820260976eedbeceb47dc79b313f0dd1b42 (patch)
treed2391ff33b7389336736b59927e6d1763030ef0f /src/regress/lib/libssl/Makefile
parent4323888337df9302f3a2c80a9c7f9eeab251dc2b (diff)
downloadopenbsd-57c3c820260976eedbeceb47dc79b313f0dd1b42.tar.gz
openbsd-57c3c820260976eedbeceb47dc79b313f0dd1b42.tar.bz2
openbsd-57c3c820260976eedbeceb47dc79b313f0dd1b42.zip
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
This is imported with as few changes as possible for the initial commit. I removed OPENSSL_EXPORT, replaced OPENSSL_malloc() etc with malloc() and changed a few header includes. BoringSSL has this as part of their public API. We're leaving it internal to libssl for now. Based on BoringSSL's CBB/CBS API as of commit c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54. input + ok jsing@, miod@
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index f13ebf0b47..4d64dc3966 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,7 +1,8 @@
1# $OpenBSD: Makefile,v 1.20 2015/02/06 08:48:39 jsing Exp $ 1# $OpenBSD: Makefile,v 1.21 2015/02/06 09:36:16 doug Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 asn1 \ 4 asn1 \
5 bytestring \
5 ciphers \ 6 ciphers \
6 ssl 7 ssl
7 8