gnutls: fixed compilation against versions < 2.12.0
authorDan Fandrich <dan@coneharvesters.com>
Fri, 11 Jul 2014 22:33:16 +0000 (00:33 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 11 Jul 2014 22:33:16 +0000 (00:33 +0200)
commit3d2e1724cb4f2a38dfff493beac2f365c4d556f9
tree3837dc23782c68a0391ab9115bef9b069c27b793
parent447c31ce9d62913302040304e3f3d9d43743c71f
gnutls: fixed compilation against versions < 2.12.0

The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but
the code path in which they're referenced here is only ever used for
somewhat older GnuTLS versions. This caused undeclared identifier errors
when compiling against those.
RELEASE-NOTES
lib/vtls/gtls.c