Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
17b52c97
Commit
17b52c97
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Don't require int32
parent
87dc3e20
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/ac/bytes.h
+2
-1
2 additions, 1 deletion
include/ac/bytes.h
include/lutil_sha1.h
+6
-0
6 additions, 0 deletions
include/lutil_sha1.h
with
8 additions
and
1 deletion
include/ac/bytes.h
+
2
−
1
View file @
17b52c97
...
...
@@ -24,7 +24,8 @@
# elif SIZEOF_SHORT == 4
# define AC_INT4_TYPE short
# else
# error "AC_INT4_TYPE?"
/* used by SHA-1, but commented out */
/* # error "AC_INT2_TYPE?" */
# endif
#endif
...
...
This diff is collapsed.
Click to expand it.
include/lutil_sha1.h
+
6
−
0
View file @
17b52c97
...
...
@@ -18,8 +18,12 @@
#include
<ldap_cdefs.h>
#include
<ac/bytes.h>
#undef AC_INT4_TYPE
#ifdef AC_INT4_TYPE
LDAP_BEGIN_DECL
/*
* SHA-1 in C
* By Steve Reid <steve@edmweb.com>
...
...
@@ -65,4 +69,6 @@ lutil_SHA1Data
LDAP_END_DECL
#endif
/* AC_INT4_TYPE */
#endif
/* _LUTIL_SHA1_H_ */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment