mark all block comments that need format preserving so that
indent will not alter them when reformatting comments
(cherry picked from commit 1d97c84351)
Conflicts:
crypto/bn/bn_lcl.h
crypto/bn/bn_prime.c
crypto/engine/eng_all.c
crypto/rc4/rc4_utl.c
crypto/sha/sha.h
ssl/kssl.c
ssl/t1_lib.c
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* test/testutil.h */
|
||||
/*
|
||||
/*-
|
||||
* Utilities for writing OpenSSL unit tests.
|
||||
*
|
||||
* More information:
|
||||
@@ -59,7 +59,8 @@
|
||||
#ifndef HEADER_TESTUTIL_H
|
||||
#define HEADER_TESTUTIL_H
|
||||
|
||||
/* SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions.
|
||||
/*-
|
||||
* SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions.
|
||||
*
|
||||
* SETUP_TEST_FIXTURE will call set_up() to create a new TEST_FIXTURE_TYPE
|
||||
* object called "fixture". It will also allocate the "result" variable used
|
||||
|
||||
Reference in New Issue
Block a user