Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gaoridong
asn1c
Commits
6ac04066
Commit
6ac04066
authored
Apr 18, 2005
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
removed semicolon to be able to use it in conditional statements
parent
a37df949
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
skeletons/OCTET_STRING.h
+1
-1
1 addition, 1 deletion
skeletons/OCTET_STRING.h
with
1 addition
and
1 deletion
skeletons/OCTET_STRING.h
+
1
−
1
View file @
6ac04066
...
@@ -43,7 +43,7 @@ xer_type_encoder_f OCTET_STRING_encode_xer_utf8;
...
@@ -43,7 +43,7 @@ xer_type_encoder_f OCTET_STRING_encode_xer_utf8;
int
OCTET_STRING_fromBuf
(
OCTET_STRING_t
*
s
,
const
char
*
str
,
int
size
);
int
OCTET_STRING_fromBuf
(
OCTET_STRING_t
*
s
,
const
char
*
str
,
int
size
);
/* Handy conversion from the C string into the OCTET STRING. */
/* Handy conversion from the C string into the OCTET STRING. */
#define OCTET_STRING_fromString(s, str) OCTET_STRING_fromBuf(s, str, -1)
;
#define OCTET_STRING_fromString(s, str) OCTET_STRING_fromBuf(s, str, -1)
/*
/*
* Allocate and fill the new OCTET STRING and return a pointer to the newly
* Allocate and fill the new OCTET STRING and return a pointer to the newly
...
...
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