summaryrefslogtreecommitdiff
path: root/demo/nps2gps.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo/nps2gps.c')
-rw-r--r--demo/nps2gps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/nps2gps.c b/demo/nps2gps.c
index 42411bd1..a9264f01 100644
--- a/demo/nps2gps.c
+++ b/demo/nps2gps.c
@@ -50,6 +50,8 @@
#include <toasn3.h>
#include <pmfapi.h>
+#include <connect/ncbi_gnutls.h>
+
#define NPS2GPSAPP_VER "3.6"
CharPtr NPS2GPSAPPLICATION = NPS2GPSAPP_VER;
@@ -2439,6 +2441,8 @@ Int2 Main (void)
UseLocalAsnloadDataAndErrMsg ();
ErrPathReset ();
+ SOCK_SetupSSL(NcbiSetupGnuTls);
+
if (! AllObjLoad ()) {
Message (MSG_FATAL, "AllObjLoad failed");
return 1;