[openssl-commits] [openssl] master update
Emilia Kasper
emilia at openssl.org
Tue Mar 28 12:40:45 UTC 2017
The branch master has been updated
via a0f44a34d2bbf030414de9c0a1eaaaab0b1e62db (commit)
via 24053693b0c4233c9a83bbb84fcfc3271215a4b0 (commit)
from feb891990a5137bbe11768a11100d2b423a6b11e (commit)
- Log -----------------------------------------------------------------
commit a0f44a34d2bbf030414de9c0a1eaaaab0b1e62db
Author: Emilia Kasper <emilia at openssl.org>
Date: Tue Mar 28 13:08:07 2017 +0200
asynctest: don't depend on apps
Remove unnecessary include of apps.h. Tests shouldn't take a
dependency on apps. In this case, there is no dependency, the include
is unnecessary.
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
commit 24053693b0c4233c9a83bbb84fcfc3271215a4b0
Author: Emilia Kasper <emilia at openssl.org>
Date: Tue Mar 28 14:27:37 2017 +0200
X509_cmp_time.pod: fix doc nits
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
doc/man3/X509_cmp_time.pod | 3 ++-
test/asynctest.c | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man3/X509_cmp_time.pod b/doc/man3/X509_cmp_time.pod
index 69c445f..911814e 100644
--- a/doc/man3/X509_cmp_time.pod
+++ b/doc/man3/X509_cmp_time.pod
@@ -2,7 +2,8 @@
=head1 NAME
-X509_cmp_time - X509 time functions
+X509_cmp_time, X509_cmp_current_time, X509_time_adj, X509_time_adj_ex
+- X509 time functions
=head1 SYNOPSIS
diff --git a/test/asynctest.c b/test/asynctest.c
index 7be2e5f..eef3c32 100644
--- a/test/asynctest.c
+++ b/test/asynctest.c
@@ -15,7 +15,6 @@
#include <string.h>
#include <openssl/async.h>
#include <openssl/crypto.h>
-#include <../apps/apps.h>
static int ctr = 0;
static ASYNC_JOB *currjob = NULL;
More information about the openssl-commits
mailing list