-/* $OpenBSD: bs_ber.c,v 1.9 2016/12/03 12:34:35 jsing Exp $ */
+/* $OpenBSD: bs_ber.c,v 1.10 2021/05/16 08:32:49 jsing Exp $ */
/*
* Copyright (c) 2014, Google Inc.
*
#include <string.h>
-#include <openssl/opensslconf.h>
-
#include "bytestring.h"
/*
-/* $OpenBSD: bs_cbb.c,v 1.24 2021/01/04 19:19:12 tb Exp $ */
+/* $OpenBSD: bs_cbb.c,v 1.25 2021/05/16 08:32:49 jsing Exp $ */
/*
* Copyright (c) 2014, Google Inc.
*
#include <stdlib.h>
#include <string.h>
-#include <openssl/opensslconf.h>
-
#include "bytestring.h"
#define CBB_INITIAL_SIZE 64
-/* $OpenBSD: bs_cbs.c,v 1.18 2019/01/23 22:20:40 beck Exp $ */
+/* $OpenBSD: bs_cbs.c,v 1.19 2021/05/16 08:32:49 jsing Exp $ */
/*
* Copyright (c) 2014, Google Inc.
*
#include <stdlib.h>
#include <string.h>
-#include <openssl/opensslconf.h>
-#include <openssl/buffer.h>
-#include <openssl/crypto.h>
-
#include "bytestring.h"
void
-/* $OpenBSD: bytestring.h,v 1.17 2018/08/16 18:39:37 jsing Exp $ */
+/* $OpenBSD: bytestring.h,v 1.18 2021/05/16 08:32:49 jsing Exp $ */
/*
* Copyright (c) 2014, Google Inc.
*
#include <sys/types.h>
#include <stdint.h>
-#include <openssl/opensslconf.h>
-
__BEGIN_HIDDEN_DECLS
/*