From 1cd97c7ab410c02f80c1949d1b34d26ab94d3ec8 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 29 May 2013 11:06:39 -0600 Subject: [PATCH] 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. --- src/rpc/virnettlscontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/virnettlscontext.c b/src/rpc/virnettlscontext.c index f2ac5510d4..9b43a80700 100644 --- a/src/rpc/virnettlscontext.c +++ b/src/rpc/virnettlscontext.c @@ -25,7 +25,7 @@ #include #include -#if HAVE_GNULTLS_CRYPTO_H +#if HAVE_GNUTLS_CRYPTO_H # include #endif #include -- GitLab