return _gnutls_handshake_sign_crt_vrfy12(session, cert, pkey,
signature);
- /* TLS 1.1 or earlier */
+ /* TLS 1.1 or earlier */
#ifdef ENABLE_SSL3
if (ver->id == GNUTLS_SSL3)
return _gnutls_handshake_sign_crt_vrfy3(session, cert, ver,
if ((ret = gnutls_rnd(GNUTLS_RND_NONCE, &ticket->age_add,
sizeof(uint32_t))) < 0)
return gnutls_assert_val(ret);
- /* This is merely to produce the same binder value on
+ /* This is merely to produce the same binder value on
* different endian architectures. */
#ifdef WORDS_BIGENDIAN
ticket->age_add = bswap_32(ticket->age_add);
if (gnutls_fips140_mode_enabled())
exit(77);
- /* The overloading of time() seems to work in linux (ELF?)
+ /* The overloading of time() seems to work in linux (ELF?)
* systems only. Disable it on windows.
*/
#ifdef _WIN32
if (gnutls_fips140_mode_enabled())
exit(77);
- /* The overloading of time() seems to work in linux (ELF?)
+ /* The overloading of time() seems to work in linux (ELF?)
* systems only. Disable it on windows.
*/
#ifdef _WIN32
if (gnutls_fips140_mode_enabled())
exit(77);
- /* The overloading of time() seems to work in linux (ELF?)
+ /* The overloading of time() seems to work in linux (ELF?)
* systems only. Disable it on windows.
*/
#ifdef _WIN32
if (gnutls_fips140_mode_enabled())
exit(77);
- /* The overloading of time() seems to work in linux (ELF?)
+ /* The overloading of time() seems to work in linux (ELF?)
* systems only. Disable it on windows.
*/
#ifdef _WIN32
if (gnutls_fips140_mode_enabled())
exit(77);
- /* The overloading of time() seems to work in linux (ELF?)
+ /* The overloading of time() seems to work in linux (ELF?)
* systems only. Disable it on windows.
*/
#ifdef _WIN32
if (debug)
success("Commitment verification: passed\n");
- /* Verify access to home dir */
+ /* Verify access to home dir */
#ifndef _WIN32
setenv("HOME", getcwd(path, sizeof(path)), 1);