Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c065f64

Browse files
committedMay 18, 2021
Add information of origin of regression test
This adds information on the origin of the regression test.
1 parent fa9170c commit c065f64

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎regression/goto-cc-goto-analyzer/instrument_preconditions_locations/s2n_hash_inlined.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
// This file is highly reduced from some open source projects.
2+
// The following four lines are adapted from the openssl library
3+
// Full repository here:
4+
// Exact file adapted from here: https://github.com/openssl/openssl/tree/master
5+
// https://github.com/openssl/openssl/blob/master/crypto/evp/evp_local.h
16
struct evp_md_ctx_st
27
{
38
const void *digest;
49
};
10+
// The rest of this file is adapted from, various files in the
11+
// AWS s2n library. Full repository and licence information is
12+
// available here: https://github.com/aws/s2n-tls
13+
// Note that this is a highly cut down synthesis of many files
14+
// with most of their content and structure reduced.
515
struct s2n_evp_digest
616
{
717
const void *ctx;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This is highly adapted from the AWS s2n library.
2+
// Full repository and information here: https://github.com/aws/s2n-tls
13
void s2n_hash_free_harness()
24
{
35
}

0 commit comments

Comments
 (0)
Please sign in to comment.