GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: lib/libcrypto/crypto/../../libssl/src/crypto/o_init.c Lines: 2 2 100.0 %
Date: 2016-12-06 Branches: 0 0 0.0 %

Line Branch Exec Source
1
/* $OpenBSD: o_init.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */
2
/* Ted Unangst places this file in the public domain. */
3
4
#include <openssl/crypto.h>
5
6
void
7
OPENSSL_init(void)
8
1572
{
9
10
1572
}