summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-11-10 15:36:45 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-11-11 08:42:57 +0100
commitf5926c8cfbd5af1fb7214428b4b03453b826f9a5 (patch)
tree17f50ec20fffa29b579f07745be1629017a71ae7 /svl
parent50add2043752c7b07beccef9a509bea6c09619f8 (diff)
Move user agent initialization to InitCurl_easy
Places that didn't initialize it previously, would benefit automatically Change-Id: I2f1ff25fc58d9378462072bc92d7b37be2370fc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159299 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/crypto/cryptosign.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx
index 378a62f1ea56..a234afccbc27 100644
--- a/svl/source/crypto/cryptosign.cxx
+++ b/svl/source/crypto/cryptosign.cxx
@@ -16,7 +16,7 @@
#include <config_crypto.h>
#if USE_CRYPTO_NSS
-#include <curlinit.hxx>
+#include <systools/curlinit.hxx>
#endif
#include <rtl/character.hxx>