[openssl/openssl] 5a40a2: params: drop INT_MAX checks

James Muir noreply at github.com
Fri Dec 29 09:22:54 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 5a40a2728ab8d8f25f70d9c00c47676ac6e9fbca
      https://github.com/openssl/openssl/commit/5a40a2728ab8d8f25f70d9c00c47676ac6e9fbca
  Author: James Muir <james at openssl.org>
  Date:   2023-12-29 (Fri, 29 Dec 2023)

  Changed paths:
    M crypto/param_build.c

  Log Message:
  -----------
  params: drop INT_MAX checks

The INT_MAX checks in param_build.c do not appear to be needed.  Drop
them.  This was noted during the discussion for PR #22967.  This makes
param_build.c more consistent with params.c.

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23143)




More information about the openssl-commits mailing list