Skip to content

Commit

Permalink
Merge pull request #376 from zowe/users/jstruga/test-zos3
Browse files Browse the repository at this point in the history
Change LE_MAX_SUPPORTED_ZOS
  • Loading branch information
1000TurquoisePogs authored Aug 28, 2023
2 parents e800745 + 3bafb6c commit de0e4fd
Showing 1 changed file with 1 addition 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

0 comments on commit de0e4fd

Please sign in to comment.