Skip to content

Commit 05fbc44

Browse files
committed
Changes following review
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
1 parent 5511b40 commit 05fbc44

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

ecl/hql/hqlrepository.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class HQL_API EclRepositoryManager
8686
IEclRepository * createSingleDefinitionEclRepository(const char * moduleName, const char * attrName, IFileContents * contents, bool includeInArchive);
8787
IEclRepository * createRepository(IEclSourceCollection * source, const char * rootScopeFullName, bool includeInArchive);
8888

89-
unsigned runGitCommand(StringBuffer *output, const char *args, const char *cwd, bool needCredentials);
89+
unsigned runGitCommand(StringBuffer * output, const char *args, const char * cwd, bool needCredentials);
9090
IEclPackage * queryRepository(IIdAtom * name, const char * defaultUrl, IEclSourceCollection * overrideSource, bool includeDefinitions);
9191
IInterface * getGitUpdateLock(const char * path)
9292
{

system/jlib/jsecrets.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
#include "jwt-cpp/jwt.h"
5959
#include "nlohmann/json.hpp"
6060

61+
#ifdef JWT_HAS_VERIFY_MACRO
62+
//Force an error if verify macro is used in any of the following code
63+
#undef verify
64+
#endif
65+
6166
#ifdef _USE_OPENSSL
6267
#include <opensslcommon.hpp>
6368
#include <openssl/x509v3.h>

0 commit comments

Comments
 (0)