Skip to content

Commit

Permalink
tls-openssl: added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Aug 16, 2018
1 parent 147e141 commit 45bf541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/lib/tls_openssl_private.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2005-2010 Free Software Foundation Europe e.V.
Copyright (C) 2018-2018 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
Expand Down Expand Up @@ -29,6 +30,7 @@
#include <openssl/err.h>
#include <openssl/ssl.h>

/* static private */
std::map<const SSL_CTX *, PskCredentials> TlsOpenSslPrivate::psk_server_credentials;
std::map<const SSL_CTX *, PskCredentials> TlsOpenSslPrivate::psk_client_credentials;

Expand Down
1 change: 1 addition & 0 deletions core/src/lib/tls_openssl_private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2005-2010 Free Software Foundation Europe e.V.
Copyright (C) 2018-2018 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
Expand Down

0 comments on commit 45bf541

Please sign in to comment.