Skip to content

Commit

Permalink
Add comment for MONTH_ASCII_LEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhmanm committed Jul 2, 2021
1 parent c793a17 commit 262d72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/include/sigv4_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
#define SIGV4_INTERNAL_H_

/* Constants for date verification. */
#define YEAR_MIN 1900L /**< Minimum year accepted. */
#define YEAR_MIN 1900L /**< Earliest year accepted. */
#define MONTH_ASCII_LEN 3U /**< Length of month abbreviations. */

/**
* @brief Month name abbreviations for RFC 5322 date parsing.
*/
#define MONTH_NAMES { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }
#define MONTH_ASCII_LEN 3U

/**
* @brief Number of days in each respective month.
Expand Down

0 comments on commit 262d72d

Please sign in to comment.