Skip to content

Commit

Permalink
Merge branch 'v2.x/staging' into feature/wto-syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
DivergentEuropeans authored Aug 29, 2023
2 parents d0c1ce9 + de0e4fd commit f055d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion c/le.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ char *getCAA(void){
}

#ifndef LE_MAX_SUPPORTED_ZOS
#define LE_MAX_SUPPORTED_ZOS 0x01020500u
#define LE_MAX_SUPPORTED_ZOS 0x01030100u
#endif

void abortIfUnsupportedCAA() {
Expand Down
1 change: 1 addition & 0 deletions c/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Copyright Contributors to the Zowe Project.
*/
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <errno.h>
#include "alloc.h"
Expand Down

0 comments on commit f055d1c

Please sign in to comment.