Project

General

Profile

Actions

Cleanup #19851

open

Move AES_256_CTR to auth/Crypto for others to reuse

Added by Jos Collin almost 7 years ago. Updated over 6 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Tags:
rgw crypto
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

The following warning was introduced by Adam Kupczyk. So creating a tracker for implementing the changes suggested by Adam Kupczyk.

ceph/src/rgw/rgw_crypt.cc:38:2: warning: #warning "TODO: move this code to auth/Crypto for others to reuse." [-Wcpp]
#warning "TODO: move this code to auth/Crypto for others to reuse."
^~~~~
ceph/src/rgw/rgw_crypt.cc:247:2: warning: #warning "TODO: use auth/Crypto instead of reimplementing." [-Wcpp]
#warning "TODO: use auth/Crypto instead of reimplementing."
^~~~~

Actions #1

Updated by Greg Farnum almost 7 years ago

  • Project changed from Ceph to rgw
  • Category deleted (common)
Actions #2

Updated by Jos Collin almost 7 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Adam Kupczyk almost 7 years ago

  • Assignee changed from Jos Collin to Adam Kupczyk
Actions #4

Updated by Jos Collin over 6 years ago

PR: https://github.com/ceph/ceph/pull/17012 removes the annoying warning.

Actions

Also available in: Atom PDF