Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
01f21089
"vscode:/vscode.git/clone" did not exist on "e1c4e1f8ee3e574f582b107412c7f9b595610012"
Commit
01f21089
authored
Aug 02, 2013
by
Peter Eastman
Browse files
Fixed compilation error on Windows
parent
54ef6b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libraries/csha1/include/SHA1.h
libraries/csha1/include/SHA1.h
+3
-1
No files found.
libraries/csha1/include/SHA1.h
View file @
01f21089
...
...
@@ -132,6 +132,8 @@
#include <stdlib.h>
#endif
#include "openmm/internal/windowsExport.h"
// You can define the endian mode in your files without modifying the SHA-1
// source files. Just #define SHA1_LITTLE_ENDIAN or #define SHA1_BIG_ENDIAN
// in your files, before including the SHA1.h header file. If you don't
...
...
@@ -218,7 +220,7 @@ typedef union
UINT_32
l
[
16
];
}
SHA1_WORKSPACE_BLOCK
;
class
CSHA1
class
OPENMM_EXPORT
CSHA1
{
public:
#ifdef SHA1_UTILITY_FUNCTIONS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment