Re: [libvirt] [PATCH] util: compilation fix if build without GNUTLS library

2016-05-22 Thread Cole Robinson
On 05/22/2016 10:23 AM, John Ferlan wrote: > > > On 05/21/2016 10:22 AM, Mikhail Feoktistov wrote: >> --- >> src/util/vircrypto.c | 13 +++-- >> 1 file changed, 7 insertions(+), 6 deletions(-) >> > > Ugh... Sorry about this - forgot about the unused attributes > > I should have just g

Re: [libvirt] [PATCH] util: compilation fix if build without GNUTLS library

2016-05-22 Thread John Ferlan
On 05/21/2016 10:22 AM, Mikhail Feoktistov wrote: > --- > src/util/vircrypto.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > Ugh... Sorry about this - forgot about the unused attributes I should have just gone with the entire function w/ the HAVE_GNUTLS_CIPHER_ENCRY

Re: [libvirt] [PATCH] util: compilation fix if build without GNUTLS library

2016-05-21 Thread Roman Bogorodskiy
Mikhail Feoktistov wrote: > --- > src/util/vircrypto.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/src/util/vircrypto.c b/src/util/vircrypto.c > index 5183d49..4f288f0 100644 > --- a/src/util/vircrypto.c > +++ b/src/util/vircrypto.c > @@ -24,6 +24,7 @

[libvirt] [PATCH] util: compilation fix if build without GNUTLS library

2016-05-21 Thread Mikhail Feoktistov
--- src/util/vircrypto.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/util/vircrypto.c b/src/util/vircrypto.c index 5183d49..4f288f0 100644 --- a/src/util/vircrypto.c +++ b/src/util/vircrypto.c @@ -24,6 +24,7 @@ #include "virlog.h" #include "virerror.h"