/* GnuTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007-2014, 2016, 2019, 2020 Free Software Foundation, Inc.
+ Copyright (C) 2007-2014, 2016, 2019, 2020, 2021 Free Software Foundation, Inc.
GnuTLS is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
SCM result;
scm_t_array_handle c_id_handle;
gnutls_x509_crt_t c_cert;
- scm_t_uint8 *c_id;
+ uint8_t *c_id;
size_t c_id_len = 20;
c_cert = scm_to_gnutls_x509_certificate (cert, 1, FUNC_NAME);
SCM result;
scm_t_array_handle c_id_handle;
gnutls_x509_crt_t c_cert;
- scm_t_uint8 *c_id;
+ uint8_t *c_id;
size_t c_id_len = 20;
c_cert = scm_to_gnutls_x509_certificate (cert, 1, FUNC_NAME);
SCM result;
scm_t_array_handle c_id_handle;
gnutls_x509_crt_t c_cert;
- scm_t_uint8 *c_id;
+ uint8_t *c_id;
size_t c_id_len = 20;
c_cert = scm_to_gnutls_x509_certificate (cert, 1, FUNC_NAME);