diff options
author | Pauli <paul.dale@oracle.com> | 2017-09-28 23:27:04 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-09-28 23:38:56 +0200 |
commit | f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9 (patch) | |
tree | 84f40de5e43cab5115b8aab7e8be689b32baec78 /crypto/x509/x509_obj.c | |
parent | Use safestack.h exclusively internally. (diff) | |
download | openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.xz openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.zip |
Remove unnecessary #include <openssl/lhash.h> directives.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4431)
Diffstat (limited to 'crypto/x509/x509_obj.c')
-rw-r--r-- | crypto/x509/x509_obj.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c index 55dc778bba..b6d60be6fd 100644 --- a/crypto/x509/x509_obj.c +++ b/crypto/x509/x509_obj.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -9,7 +9,6 @@ #include <stdio.h> #include "internal/cryptlib.h" -#include <openssl/lhash.h> #include <openssl/objects.h> #include <openssl/x509.h> #include <openssl/buffer.h> |