Skip to content

Commit

Permalink
Add misc.h header for library's memcpy_s
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Oct 11, 2016
1 parent bc5ae1b commit c621ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validat1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include "zdeflate.h"
#include "smartptr.h"
#include "channels.h"
#include "misc.h"

#include <time.h>
#include <memory>
Expand Down

1 comment on commit c621ce0

@noloader
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is Crypto++ 5.6.5. After this commit, we tagged Master with CRYTPOPP_5_6_5. GitHub then produced a ZIP file and TAR ball.

The hashes provided at release565.html will be different than the hashes created by GitHub. The sources will be the same.

Please sign in to comment.