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/objects | |
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/objects')
-rw-r--r-- | crypto/objects/obj_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/objects/obj_lib.c b/crypto/objects/obj_lib.c index 33075e6451..ec791992d6 100644 --- a/crypto/objects/obj_lib.c +++ b/crypto/objects/obj_lib.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/buffer.h> #include "internal/asn1_int.h" |