Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
542b6c30
Commit
542b6c30
authored
10 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
fix subject in generated certificates
Signed-off-by:
Jo-Philipp Wich
<
jow@openwrt.org
>
SVN-Revision: 44149
parent
0798de78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/utils/px5g/Makefile
+3
-4
3 additions, 4 deletions
package/utils/px5g/Makefile
package/utils/px5g/px5g.c
+1
-1
1 addition, 1 deletion
package/utils/px5g/px5g.c
with
4 additions
and
5 deletions
package/utils/px5g/Makefile
+
3
−
4
View file @
542b6c30
#
# Copyright (C) 2010-201
4
Jo-Philipp Wich <
xm@subsignal
.org>
# Copyright (C) 2010-201
5
Jo-Philipp Wich <
jow@openwrt
.org>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
...
...
@@ -8,9 +8,8 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
px5g
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
BUILD_VARIANT
)
PKG_USE_MIPS16
:=
0
include
$(INCLUDE_DIR)/package.mk
...
...
@@ -19,7 +18,7 @@ define Package/px5g
SECTION
:=
utils
CATEGORY
:=
Utilities
TITLE
:=
X.509 certificate generator
(
using PolarSSL
)
MAINTAINER
:=
Jo-Philipp Wich <
xm@subsignal
.org>
MAINTAINER
:=
Jo-Philipp Wich <
jow@openwrt
.org>
DEPENDS
:=
+libpolarssl
endef
...
...
This diff is collapsed.
Click to expand it.
package/utils/px5g/px5g.c
+
1
−
1
View file @
542b6c30
...
...
@@ -188,7 +188,7 @@ int selfsigned(char **arg)
}
memcpy
(
newc
,
oldc
,
delim
-
oldc
);
newc
+=
delim
-
oldc
;
*
newc
++
=
'
;
'
;
*
newc
++
=
'
,
'
;
oldc
=
delim
+
1
;
}
while
(
*
delim
);
arg
++
;
...
...
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