Skip to content

Commit

Permalink
* refactor based on reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
eukarpov committed Oct 6, 2023
1 parent ed841fe commit cb9e91f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ OpenSSL 3.2

### Changes between 3.1 and 3.2 [xx XXX xxxx]

* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES.

*Evgeny Karpov*

* Added client side support for QUIC

*Hugo Landau*
Expand Down
1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ OpenSSL 3.1
FIPS provider, TLS 1.2 will, by default, mandate the use of an
extended master secret and the Hash and HMAC DRBGs will not operate
with truncated digests.
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES.

### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [30 May 2023]

Expand Down
6 changes: 2 additions & 4 deletions crypto/arm_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@
# else
# error "unsupported ARM architecture"
# endif
# else
# if defined(__ARM_ARCH)
# define __ARM_ARCH__ __ARM_ARCH
# endif
# elif defined(__ARM_ARCH)
# define __ARM_ARCH__ __ARM_ARCH
# endif
# endif

Expand Down

0 comments on commit cb9e91f

Please sign in to comment.