mirror of https://gitee.com/openkylin/libvirt.git
build: fix typo in earlier commit
Bummer, I committed, then fixed a typo, then tested, and forgot to
amend the commit before pushing 7d21d6b6
.
* src/rpc/virnettlscontext.c (includes): Use correct spelling.
This commit is contained in:
parent
5e1de4fcdd
commit
1cd97c7ab4
|
@ -25,7 +25,7 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include <gnutls/gnutls.h>
|
||||
#if HAVE_GNULTLS_CRYPTO_H
|
||||
#if HAVE_GNUTLS_CRYPTO_H
|
||||
# include <gnutls/crypto.h>
|
||||
#endif
|
||||
#include <gnutls/x509.h>
|
||||
|
|
Loading…
Reference in New Issue